/*!
Theme Name: Beauty Theme
Theme URI: https://www.predogledaloto.com/
Author: PK
Author URI: https://www.predogledaloto.com/
Description: Custom Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: beautytheme
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 with others.

beautytheme is based on Underscores https://underscores.me/, (C) 2012-2017 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/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

@font-face {
  font-family: 'Andantino Script';
  src: url('fonts/andantino-script.eot');
  src: url('fonts/andantino-script.eot?#iefix') format('embedded-opentype'),
       url('fonts/andantino-script.woff2') format('woff2'),
       url('fonts/andantino-script.woff') format('woff'),
       url('fonts/andantino-script.ttf')  format('truetype'),
       url('fonts/andantino-script.svg') format('svg');
   	font-weight: normal;
	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'Ubuntu';
	src: url(/wp-content/themes/beautytheme/fonts/Ubuntu-Regular.woff2) format('woff2');
	font-weight: 400;
  	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'Ubuntu';
	src: url(/wp-content/themes/beautytheme/fonts/Ubuntu-Bold.woff2) format('woff2');
	font-weight: 700;
  	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'Ubuntu';
	src: url(/wp-content/themes/beautytheme/fonts/Ubuntu-Italic.woff2) format('woff2');
	font-weight: 400;
  	font-style: italic;
	font-display: fallback;
}

@font-face {
	font-family: 'Ubuntu';
	src: url(/wp-content/themes/beautytheme/fonts/Ubuntu-BoldItalic.woff2) format('woff2');
	font-weight: 700;
  	font-style: italic;
	font-display: fallback;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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;
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #3c3c3c;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	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;
	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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

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

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

ul, ol {
	margin: 0 0 1.5em 3em;
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 3px;
	background: #A29BBC;
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	padding: 10px;
	cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #e86169;
}

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;
	outline: none;
}

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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	width: 100%;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
    height: 170px;
}

.contact-box {
    width: 460px;
    max-width: 100%;
    padding: 15px;
    margin: auto;
    background: #3c3c3c;
    color: #fff;
    border: 8px solid #fee2db;
}

.contact-box input[type="submit"] {
    width: 100%;
    padding: 10px 5px;
    font-size: 16px;
    color: #3c3c3c;
    background: #fee2db;
    cursor: pointer;
}

.contact-box label {
    margin: 10px 0 0;
}

div.wpcf7 .ajax-loader {
    float: left;
}

div#comments {
    border-top: 1px solid #d3d3d3;
    padding-top: 10px;
}

.wpcf7-quiz-label {
	text-align: left;
	display: block;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #e86169;
}

a:visited {

}

a:hover, a:focus, a:active {
	color: #7B71A0;
	text-decoration: none;
}

a:focus {
	outline: none;
}

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

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

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

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

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

.main-navigation a {
	display: block;
	text-decoration: none;
    padding: 10px;
    color: #3c3c3c;
    transition: 0.3s ease;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {color: #e86169;}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {color: #e86169;}

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

.menu-toggle {
    border: none;
    background: none;
    padding: 0;
}

.menu-toggle:hover {
    background: none;
}

.menu-mobile {
    width: 32px;
    height: 30px;
    margin: 8px 0 22px;
    cursor: pointer;
    color: #052334;
    font-size: 10px;
    text-transform: uppercase;
}

.menu-mobile span {
    margin: 0 auto;
    position: relative;
    top: 12px;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.menu-mobile span:before, .menu-mobile span:after {
	position: absolute;
	content: '';
}

.menu-mobile span, .menu-mobile span:before, .menu-mobile span:after {
    width: 30px;
    height: 4px;
    background-color: #052334;
    display: block;
    border-radius: 5px;
}

.menu-mobile span:before {
	margin-top: -10px;
	-webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
}

.menu-mobile span:after {
	margin-top: 10px;
	-webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
}

.toggled .menu-mobile span {
	background-color: rgba(0,0,0,0.0);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.toggled .menu-mobile span:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
}

.toggled .menu-mobile span:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
}

@media screen and (min-width: 768px) {
	.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;
}

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

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

/*--------------------------------------------------------------
# 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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

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

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

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

#secondary {
    margin-top: 21px;
}

.widget-title {
    display: block;
    text-align: center;
    font-family: 'Andantino Script', sans-serif;
    font-size: 26px;
    margin-bottom: 20px;
}

.widget-title:before {
    content:  '';
    display: block;
    width:  100%;
    height:  2px;
    background: #f9d4cb;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.widget-title:after {
    content:  '';
    display: block;
    width:  100%;
    height:  2px;
    background: #d2d2d4;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.bio {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align:  center;
    font-size: 14px;
}

.bio span {
    display: block;
    margin-top: 10px;
    color: #e86169;
}

.page-id-42 #secondary .bio {
    display: none;
}

.page-id-42 #secondary section:first-of-type img {
    display: none;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-header {
    margin-top: 20px;
}

.top-header {
	background: url(images/lines-header.jpg) no-repeat center;
	background-color: #fff;
	min-height: 393px;
    clear: both;
}

.box-logo {
	position: relative;
}

.box-logo:before {
    content: '';
    position: absolute;
    right: -76px;
    bottom: 0;
    width: 262px;
    height: 271px;
    background: url(images/flower-right.png) no-repeat center/ contain;
}

.box-logo:after {
    content: '';
    position: absolute;
    left: -76px;
    top: 24px;
    width: 262px;
    height: 250px;
    background: url(images/flower-left.png) no-repeat center/ contain;
}

/* winter edition
.top-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: -19px;
    width: 63px;
    height: 201px;
    background: url(/wp-content/uploads/2019/12/christmas-sock.png) no-repeat center/contain;
}

.box-logo:before {
    content: '';
    position: absolute;
    right: -76px;
    bottom: 0;
    width: 262px;
    height: 271px;
    background: url(/wp-content/uploads/2019/12/flower-right-winter2.png) no-repeat center/ contain;
}

.box-logo:after {
    content: '';
    position: absolute;
    left: -76px;
    top: -20px;
    width: 262px;
    height: 289px;
    background: url(/wp-content/uploads/2019/12/flower-left-winter.png) no-repeat center/contain;
} */

.box-logo-content {
    display: block;
    background: #3c3c3c;
    color: #fff;
    border: 8px solid #fee2db;
    width: 420px;
    height: 200px;
    margin: auto;
    position: relative;
    font-size: 48px;
    text-align: center;
    line-height: 26px;
    font-family: 'Andantino Script',sans-serif;
}

a.logo-text {
	position: relative;
    color: #fff;
    flex-direction: column;
    height: 100%;
    padding-bottom: 26px;
    z-index: 1;
}

.logo-text span {
	display: block;
	font-size: 30px;
}

form.search-form label {
    margin-bottom: 0;
    float: left;
}

.search-form input[type="search"] {
    border: none;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    padding: 3px 3px 3px 6px;
    color: #3c3c3c;
    background: none;
    width: 168px;
    margin-right: 5px;
}

.search-form input[type="search"]:focus {
    outline-color: #fee2db;
}

input.search-submit {
    float: left;
    border: none;
    height: 30px;
    width: 30px;
    border-radius: 0;
    position: relative;
    z-index: 1;
    background: url(images/search-icon.png) no-repeat center/contain;
    cursor: pointer;
    color: #f6f6f8;
}


input.search-submit:hover {
    opacity: 0.6;
    background: url(images/search-icon.png) no-repeat center/contain;
}

label.screen-reader-text {
   	display:none;
}

.social-link-header {
	display: none;
	position: absolute;
	width: 25px;
    height: 25px;
    top: 17px;
    left: 60px;
	z-index: 1;
}

.social-link-header.facebook-link {
    left: 95px;
}

.social-link-header.youtube-link {
    left: 130px;
}

/* Giveaway */
.giveaway {
    position: relative;
    background: #facaf0;
    text-align: center;
	font-size: 14px;
}

.giveaway-head {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    color: #238da0;
    background: #a9e4f7;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 14px;
}

.giveaway.odonata .giveaway-head {
    padding: 5px 0;
}

.giveaway a {
	display: block;
	margin-left: 152px;
	color: #3c3c3c;
	padding: 10px 0;
}

.giveaway-head:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #a9e4f7;
    margin: auto;
}

.giveaway-b {
    margin-right: 10px;
    color: #3c3c3c;
    font-weight: bold;
}

.giveaway a span span {
    margin: 0 3px;
    font-weight: bold;
}

.giveaway-social {
    display: inline-block;
    position: relative;
    top: 3px;
    width: 18px;
    height: 18px;
    background: url(/wp-content/uploads/2018/07/insta-icons.png) no-repeat;
    background-size: cover;
    background-position: 100%;
}

.giveaway-icon {
    display: inline-block;
    width: 64px;
    height: 40px;
    background: url(/wp-content/uploads/2020/06/odonata-logo-small.png) no-repeat center/contain;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
    padding-bottom: 1.5em;
}

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

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

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

.post-thumbnail img, .round-s {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/*.page-id-42 .post-thumbnail img {
	display: block;
    width: 500px;
	height: auto;
    margin: auto;
}*/

.white-background {
	background: #fff;
}

.flex-center {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;	
	justify-content: center;
}

.home h1 {
	display: none;
}

h1 {
    text-align: center;
    font-family: 'Andantino Script', sans-serif;
    font-size: 36px;
	margin-top: 0;
    padding-top: 10px;
}

h1:after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: #ec999e;
    margin: 5px auto 0;
}

h2 {
    font-size: 24px;
    color: #7B71A0;
}

h3 {
    font-size: 22px;
    color: #a29bbc;
}

span.title {
    display: block;
    font-size: 24px;
    color: #7B71A0;
}

.date-style, .sub-box .date-style {
    display: block;
    font-size: 14px;
    color: #a29bbc;
}

.entry-content p {
    text-align: justify;
}

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

.box-content a {
    display: inline-block;
}

.bottom-box-content {
    margin-top: 15px;
    margin-bottom: 20px;
}

.bottom-box-img {
    overflow: hidden;
    position: relative;
}

.bottom-box-content img {
    height: 155px;
    object-fit: cover;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.bottom-box-content .box-title {
    margin-top: 10px;
    font-size: 18px;
	margin-bottom: 5px;
    min-height: 40px;
}

.bottom-box-content p {
    text-align: justify;
}

.box-content p {
	margin-bottom: 20px;
	font-size: 14px;
}

.box {
	padding-top: 15px;
	padding-bottom: 15px;
	flex-direction: column;
}

.box-title {
	font-size: 24px;
    margin-bottom: 20px;
    color: #3c3c3c;
}

.box-content .box-title:after {
	content: '';
	display: block;
	width: 80px;
	height: 4px;
	background: #ec999e;
	margin: 5px auto 0;
}

.bottom-box-content .box-title:after {
    content: none;
}

.box-title a {
    color: inherit;
}

.sub-box {
    text-align: center;
    margin-bottom: 10px;
}
.sub-box a {
    display: block;
}

.sub-box span {
    display: block;
    text-align:  center;
    margin: 5px 0;
    color: #3c3c3c;
    font-size: 16px;
	line-height: normal;
}

body.search .box-title{
    font-weight: bold;
}

.sub-box img {
    height: 155px;
    object-fit: cover;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fav-product img {
	width: 155px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.fav-product .sub-box span {
	font-size: 16px;
}

.read {
	color: #e86169;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	padding: 4px;
}

.box-content .read {
	color: #3c3c3c;
	background: #f9d4cb;
	padding: 4px 10px;
}

.bottom-box-content .read {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 135px;
}

.read:hover, .read:focus {
	color: #e86169;
}

.read::before,
.read::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #ec999e;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.read::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.read::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.read:hover::before,
.read:focus::before,
.read:hover::after,
.read:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.center-imgs {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 1.5em;
    text-align: center;
}

.center-imgs [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.center-imgs img {
    border: 8px solid #fee2db;
}

.center-imgs a {
	display: block;
}

.center-imgs .wp-caption {
	margin: auto;
    background: #fee2db;
}

.center-imgs .wp-caption .wp-caption-text {
	margin: 0;
	font-size: 12px;
	padding: 0 5px 5px;
}

.center-imgs p {
    margin: 0;
}

.center-imgs iframe.instagram-media {
    border: 8px solid #fee2db !important;
    border-radius: 0 !important;
    min-width: auto !important;
    max-width: 408px !important;
    margin: auto !important;
}

.s-text {
    font-size: 14px;
}

.more-info {
    color: #e86169;
}

.update {
    color: #e86169;
}

.update b {
    text-transform: uppercase;
    font-size: 14px;
}

.green {
    color: #398982;
}

p.opinion {
    font-size: 13px;
    color: #7b71a0;
    text-align: center;
    margin-top: 10px;
}

img {
    pointer-events: none;
}

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

.social-link {
    display: inline-block;
    width: 25px;
    height: 25px;
}

.insta-link {
    background: url(/wp-content/uploads/2018/07/insta-icons.png) no-repeat;
    background-size: cover;
	background-position: 100%;
    opacity: 0.8;
	margin-right: 10px;
}

.facebook-link {
    background: url(/wp-content/uploads/2019/01/facebook-icons.png) no-repeat;
    background-size: cover;
	background-position: 100%;
    opacity: 0.8;
	margin-right: 10px;
}

.youtube-link {
    background: url(/wp-content/uploads/2022/05/youtube-icons.png) no-repeat;
    background-size: cover;
	background-position: 100%;
    opacity: 0.8;
}

.insta-link:hover, .facebook-link:hover, .youtube-link:hover {
    background-position: 0;
}

.social-btn span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}

.ov-hidden {
    overflow: hidden;
}

.date-one {
    position: absolute;
    top: 30px;
    right: -40px;
    transform: rotate(45deg);
    padding: 5px;
    width: 170px;
    background: #fbf0ed;
    color: #3c3c3c;
    border-bottom: 2px solid #ec999e;
}

.date-two {
    position: absolute;
    bottom: 30px;
    left: -40px;
    transform: rotate(45deg);
    padding: 5px;
    width: 170px;
    background: #ecebf0;
    color: #3c3c3c;
    border-bottom: 2px solid #ec999e;
}

.light-pink {
	background: #fbf0ed;
}

.light-purple {
	background: #ecebf0;
}

.padding-null {
    padding-left: 0;
    padding-right: 0;
}

.img-cover {
  object-fit: cover;
  height: 340px;
}

.short-clip {
    margin-bottom: 20px;
}

.short-clip .wp-video {
    margin: auto;
}

.vert-video {
    background: #000;
    position: relative;
    max-width: 408px;
    margin: auto;
}

.vert-video:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: #222;
}

.vert-video .wp-video {
    margin: auto;
}

.hrz-video .wp-video {
    margin: 0 auto 20px;
}

.adv-disadv li {
    position:  relative;
    margin-bottom: 5px;
    padding-left: 20px;
}

.adv {
    background: #f9d4cb;
    border: 2px solid #f9d4cb;
    -webkit-box-shadow: inset 0px 0px 0px 8px rgb(255, 255, 255);
    -moz-box-shadow: inset 0px 0px 0px 8px rgb(255, 255, 255);
    box-shadow: inset 0px 0px 0px 8px rgb(255, 255, 255);
    padding: 20px;
    list-style: none;
    margin-left: 0;
}

.adv li:before {
    content:  '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 10px;
    background: #fff;
    border-radius: 4px;
    transform: rotate(-45deg);
}

.adv li:after {
    content:  '';
    position: absolute;
    top: 3px;
    left: 6px;
    width: 5px;
    height: 15px;
    background: #fff;
    border-radius: 4px;
    transform: rotate(45deg);
}

.disadv {
    background: #ecebf0;
    border: 2px solid #ecebf0;
    -webkit-box-shadow: inset 0px 0px 0px 8px rgb(255, 255, 255);
    -moz-box-shadow: inset 0px 0px 0px 8px rgb(255, 255, 255);
    box-shadow: inset 0px 0px 0px 8px rgb(255, 255, 255);
    padding: 20px;
    list-style: none;
	margin-left: 30px;
	margin-right: 30px;
}

.disadv li:before {
    content:  '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 5px;
    height: 15px;
    background: #fff;
    border-radius: 4px;
    transform: rotate(-45deg);
}

.disadv li:after {
    content:  '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 5px;
    height: 15px;
    background: #fff;
    border-radius: 4px;
    transform: rotate(45deg);
}

.learn-more {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
    background: #ecebf0;
    padding: 5px 10px;
    color: #7B71A0;
}

.learn-more a {
    font-size: 12px;
    background: #7b71a0;
    color: #ecebf0;
    padding: 5px;
    line-height: normal;
    position: relative;
    top: 1px;
    border-radius: 3px;
    float: right;
}

.learn-more a:hover {
    background: #e86169;
}

table {
    background: #f9d4cb;
    border: 2px solid #f9d4cb;
    -webkit-box-shadow: inset 0 0 0 8px #fff;
    -moz-box-shadow: inset 0 0 0 8px #fff;
    box-shadow: inset 0 0 0 8px #fff;
    padding: 20px;
    border-collapse: separate;
}

.section-links {
    border-top: 1px solid #d3d3d3;
    padding-top: 15px;
	text-align: center;
}

body.home .section-links {
	margin-top: 25px;
	border: none;
    background: url(/wp-content/uploads/2019/04/predogledaloto-cover-last.jpg) no-repeat center/cover;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

.section-links a {
    display: inline-block;
    margin-bottom: 15px;
}

.section-links-text {
    display: block;
    color: #3c3c3c;
}

.section-links-text span {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    color: #e86169;
}

.section-links-img {
    display: inline-block;
    position: relative;
    background: #fee2db;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 30px;
    margin-bottom: 15px;
    box-sizing: content-box;
    overflow: hidden;
}

.section-links-img:before {
    content: "Виж Всички";
    position: absolute;
    width: 100%;
    right: -30px;
    bottom: 15px;
    padding: 5px 10px;
    color: #fee2db;
    font-size: 12px;
    background: rgba(60, 60, 60, 0.8);
    transform: rotate(-20deg);
    text-transform: uppercase;
}

.section-links a:hover .section-links-img {
    background-color: #ecebf0;
}

/* HomePage Offers */
.box-content-offers {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
    position: relative;
}

.box-content-offers:before {
    content: '';
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    bottom: -12px;
    border-top: 2px solid #ecebf0;
    border-bottom: 2px solid #ecebf0;
}

.box-content-offers .box {
    min-height: 200px;
    position: relative;
}

.box-content-offers .box:before {
    content: '';
    position: absolute;
    left: -4px;
    top: -3px;
    width: 85px;
    height: 85px;
    background: url(/wp-content/uploads/2019/11/promo1.png) no-repeat center/contain;
}

.box-content-offers .box-title {
    font-size: 18px;
    font-weight: bold;
}

.box-content-offers .box-title:after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: #ec999e;
    margin: 5px auto 0;
}

.box-content-offers p {
    margin-bottom: 20px;
    font-size: 14px;
}

.box-content-offers .read {
    color: #3c3c3c;
    background: #f9d4cb;
    padding: 4px 10px;
}

.box-content-offers .read:hover {
    color: #e86169;
}

.box-content-offers-img {
    position: relative;
    height: 100%;
    flex-direction: column;
}

.img-cover-offer {
    object-fit: cover;
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    right: 0;
}

.box-offers-t1 {
    position: relative;
    z-index: 1;
    background: #3c3c3c;
    display: block;
    padding: 5px 10px;
    margin-bottom: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.box-offers-t2 {
    position: relative;
    z-index: 1;
    display: block;
    padding: 2px 10px;
    background: #ecebf0;
    color: #7b71a0;
    font-size: 14px;
    font-weight: bold;
    transition: 0.3s ease;
}

.box-content-offers-img:hover .box-offers-t2 {
    background: #3c3c3c;
    color: #fff;
}

/* New Ingredients */
.free-from {
    margin-bottom: 20px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.free-from span {
    display: inline-block;
    position: relative;
    padding: 2px 0 2px 20px;
    margin-right: 20px;
}

.free-yes:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 2px;
    width: 5px;
    height: 10px;
    background: #e86169;
    border-radius: 4px;
    transform: rotate(-45deg);
}

.free-yes:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 8px;
    width: 5px;
    height: 13px;
    background: #e86169;
    border-radius: 4px;
    transform: rotate(45deg);
}

.free-no:before {
    content: '';
    position: absolute;
    top: 0;
	bottom: 0;
    left: 4px;
    width: 5px;
    height: 15px;
	margin: auto;
    background: #a29bbc;
    border-radius: 4px;
    transform: rotate(-45deg);
}

.free-no:after {
    content: '';
    position: absolute;
    top: 0;
	bottom: 0;
    left: 4px;
    width: 5px;
    height: 15px;
	margin: auto;
    background: #a29bbc;
    border-radius: 4px;
    transform: rotate(45deg);
}

.notable-effects {
    margin-bottom: 15px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.skin-inc {
    padding-bottom: 10px;
    border-bottom: 1px solid #d3d3d3;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.skin-inc.last {
 	margin-bottom: 25px;
}

.nef-title {
	margin-bottom: 5px;
    font-weight: bold;
    color: #7b71a0;
	position: relative;
}

.nef-title input {
	display: none;
}

.ef-inc span:not(.ef-info):not(.ef-icon) {
    display: inline-block;
    padding: 2px 5px;
    font-size: 12px;
    background: #ecebf0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 2px;
}

.ef-info {
    font-size: 12px;
}

.ef-icon {
    display: inline-block;
    position: relative;
    padding: 5px 0;
    padding-left: 30px;
}

.ef-icon:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 25px;
    height: 25px;
    margin: auto;
    background: url(/wp-content/uploads/2020/06/small-icons-new.png) no-repeat;
	background-size:800% 100%;
}

.skin-inc .ef-icon:before {
    width: 20px;
    height: 20px;
}

.ef-icon.not:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    width: 2px;
    height: 27px;
    margin: auto;
    background: #e86169;
    transform: rotate(45deg);
}

.ef-icon.age:before {
    background-position: 15% 0;
}

.ef-icon.uv:before {
    background-position: 28% 0;
}

.ef-icon.dry:before {
    background-position: 43% 0;
}

.ef-icon.oily:before {
    background-position: 57% 0;
}

.ef-icon.sense:before {
    background-position: 71% 0;
}

.ef-icon.bright:before {
    background-position: 85.5% 0;
}

.ef-icon.healing:before {
    background-position: 100% 0;
}

.ef-icon.hydro:before {
    background: url(/wp-content/uploads/2020/04/hydro-icon.png) no-repeat center/contain;
}

.tooltip-q {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #ecebf0;
    border: 1px solid #7b71a0;
    border-radius: 50%;
    margin-left: 5px;
	cursor: pointer;
	text-align: center;
    line-height: normal;
	-webkit-animation: blink 5s infinite;
	animation: blink 5s infinite;
}

.tooltip-q:before {
	content: '';
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
	margin-top: -6px;
    border-style: solid;
    border-width: 0 10px 6px 10px;
    border-color: transparent transparent #7b71a0 transparent; 
	display: none;
}

.tooltip-q:after {
    position: absolute;
    top: 100%;
    left: 15px;
    right: 15px;
    max-width: 360px;
    font-size: 12px;
    font-weight: normal;
    background: #fff;
    border: 1px solid #7b71a0;
    color: #3c3c3c;
    padding: 8px;
    margin: auto;
    border-radius: 4px;
    white-space: pre-line;
    z-index: 10;
	text-align: justify;
	display: none;
}

.tooltip-ef:after {
    content: 'Какво са забележими ефекти от някои съставки? \a Някога използвали ли сте продукт, който обещава определен ефект, но не постига желаните резултати? Той може да не е съдържал съставки, които биха помогнали за обещания ефект.\a \a Съвет! \a Само защото един продукт не съдържа забележими съставки, не означава, че той не е добър. И продукт със забележими съставки не гарантира непременно ефикасността на продукта. Има и други фактори като качество на съставките, концентрация и формулировка, които ще определят това накрая.\a \a Използвайте тези данни, за да прецените дали продуктът е подходящ за вас.';
}

.tooltip-inc:after {
	content: 'Какво е действие на някои съставки върху типа кожа? \a Защо някои продукти са страхотни за някои хора и ужасни за други? Всеки има различен тип кожа и различна реакция към едни и същи съставки. \a\a Съвет! \a Продукт с полезни или вредни съставки за вашия тип кожа, не винаги правят продукта неподходящ. Има и други фактори като качество на съставките, концентрация и формулировка, които ще определят вашата кожна реакция. \a\a Един от най-добрите начини за това е да проверите дали предишен продукт с лоша реакция има някоя от посочените съставки.';
}

.tooltip-q span:before {
    content: '?';
}

input#tool1:checked ~ .tooltip-ef:before, input#tool1:checked ~ .tooltip-ef:after,
input#tool2:checked ~ .tooltip-inc:before, input#tool2:checked ~ .tooltip-inc:after {
    display: block;
}

input#tool1:checked ~ .tooltip-ef, input#tool2:checked ~ .tooltip-inc {
	background: #7b71a0;
	color: #ecebf0;
	animation: none;
}

input#tool1:checked ~ .tooltip-ef span:before, input#tool2:checked ~ .tooltip-inc span:before {
	content: 'x';
}

@-webkit-keyframes blink {
 	0% { color: #7b71a0; }
  	40% {color: #ecebf0; }
	60% { color: #7b71a0; }
}

@-moz-keyframes blink {
 	0% { color: #7b71a0; }
  	40% {color: #ecebf0; }
	60% { color: #7b71a0; }
}

@-o-keyframes blink {
 	0% { color: #7b71a0; }
  	40% {color: #ecebf0; }
	60% { color: #7b71a0; }
}

@keyframes blink {
 	0% { color: #7b71a0; }
  	40% { color: #ecebf0; }
	60% { color: #7b71a0; }
}

.new-post-fixed {
    position: fixed;
    bottom: 80px;
    right: 0;
    width: 40px;
    transition: 1s ease;
    z-index: 999;
    -webkit-animation: slide-new-post 15s;
    -webkit-animation-delay: 5s;
    animation: slide-new-post 15s;
    animation-delay: 5s;
    overflow: hidden;
}

.new-post-fixed:hover {
    width: 270px;
}

.new-post-fixed a {
    display: block;
    white-space: nowrap;
    background: #3c3c3c;
    padding: 10px;
    color: #fff;
}

.new-post-fixed a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 42px;
    height: 42px;
    margin: auto;
    border-top: 12px solid #f9d4cb;
    border-right: 12px solid #ec999e;
    transform: rotate(45deg);
}

@-webkit-keyframes slide-new-post {
 	0% { width: 40px; }
  	40% { width: 270px; }
	60% { width: 270px; }
}

@-moz-keyframes slide-new-post {
 	0% { width: 40px; }
  	40% { width: 270px; }
	60% { width: 270px; }
}

@-o-keyframes slide-new-post {
 	0% { width: 40px; }
  	40% { width: 270px; }
	60% { width: 270px; }
}

@keyframes slide-new-post {
 	0% { width: 40px; }
  	40% { width: 270px; }
	60% { width: 270px; }
}

/*----*/
.fixed-link {
    position: fixed;
    bottom: 0;
    left: 15px;
    right: 15px;
    width: auto;
    animation: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #3c3c3c;
	background-image: url(/wp-content/uploads/2022/04/predogledaloto-btn-kupi.png);
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    color: #fff;
    margin: 0;
    z-index: 999;
    text-align: center;
}

.fixed-link.odonata {
    background-color: #82805d;
}

.fixed-link.thebodyshop {
    background-color: #004236;
}

.fixed-link > span {
    padding-left: 5px;
    padding-right: 5px;
}

.fl-logo {
    position: relative;
    padding: 5px;
}

.fl-logo:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 5px;
    bottom: 0;
    background: #ebead9;
    transform: skewX(-10deg);
    z-index: -1;
}

.fl-text {
    color: #fff;
	line-height: normal;
	font-size: 14px;
}

.fl-btn span {
    background: #ec999e;
	color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    letter-spacing: 1px;
}

.fixed-link:hover .fl-btn span {
    background: #e86169;
}

.comment-notes {
    font-size: 14px;
    color: #656565;
}

.comments-area label {
    margin-bottom: 2px;
}

.comment-metadata {
    font-size: 14px;
}

.comments-area p {
    margin-bottom: 5px;
    font-size: 14px;
}

.comments-area textarea {
    height: 120px;
}

.comments-area .form-submit {
    margin-top: 10px;
    margin-bottom: 1.5em;
}

.comment-form-cookies-consent {
    font-size: 14px;
    color: #656565;
}

ol.comment-list {
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 10px;
    margin: 10px 0;
}

.comment-author img {
    border-radius: 50%;
    margin-right: 5px;
}

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

.summer-sale a {
    display: block;
}

.summer-sale p {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.s-go {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    color: #e86169;
}

.notino-offer span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    color: #e86169;
}

.sum-box {
    display: block;
    position: relative;
    background: #3c3c3c;
    padding: 7px 57px 7px 36px;
    margin-bottom: 20px;
    color: #f9d4cb;
    overflow: hidden;
}

.sum-box:before {
    content: '';
    position: absolute;
    left: -90px;
    top: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    border: 10px solid #f9d4cb;
    transform: rotate(45deg);
    margin: auto;
}

.sum-box:after {
    content: 'Натисни тук';
    position: absolute;
    top: 5px;
    right: -47px;
    font-size: 10px;
    background: #f9d4cb;
    color: #3c3c3c;
    width: 150px;
    text-align: center;
    padding: 3px;
    transform: rotate(22deg);
}

.sum-box:hover {
    background: #e86169;
	color: #fff;
}

.parfimo-banner-bottom {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}

.thebsh {color: #004236;}

.odn {color: #8e8941;}

.nbg {color: #000;}

.pbg {color: #e34397;}

.kod-box a {
    display: block;
    text-align: center;
    max-width: 255px;
    margin: 0 auto 20px;
}

.kod-box span:first-child {
    display: block;
	min-height: 36px;
    line-height: normal;
}

.kod-box .kod-box-btn {
    display: block;
    position: relative;
    color: #3c3c3c;
    background: #f9d4cb;
    text-align: center;
    padding: 3px;
    font-weight: 700;
    border-top: 2px solid #ec999e;
    border-bottom: 2px solid #ec999e;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.kod-box-btn:before {
    content: '';
    position: absolute;
    top: -17px;
    left: 0;
    right: 0;
    background: #ec999e;
    height: 17px;
    z-index: -1;
    transition: 0.3s ease-in-out;
}

.kod-box-btn:after {
    content: '';
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    background: #ec999e;
    height: 17px;
    z-index: -1;
    transition: 0.3s ease-in-out;
}

.kod-box a:hover .kod-box-btn:before {
    top: 0;
}

.kod-box a:hover .kod-box-btn:after {
    bottom: 0;
}

.kod-box a:hover .kod-box-btn {
    color: #fff;
}

.bp-box {
    margin-bottom: 20px;
}

.bp-title {
    color: #e86169;
	margin: 0 10px 10px;
}

.bp-box a {
    display: inline-block;
    position: relative;
    border: 2px solid #f9d4cb;
    padding: 10px;
    margin: 0 10px;
    z-index: 1;
}

.bp-box a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    z-index: -1;
    width: 100px;
    height: 36px;
    margin: auto;
    transition: 0.3s ease-in-out;
}

.bp-box a:after {
    content: '';
    position: absolute;
    bottom: -7px;
    right: -7px;
    width: 28px;
    height: 30px;
    background: url(/wp-content/uploads/2020/01/click-icon.png) no-repeat center/contain;
}

.bp-box a:hover:before {
    width: 100%;
    height: 100%;
}

.pr-go {
    margin-bottom: 10px;
	text-align: center;
}

.pr-go .more-info {
	display: block;
    text-align: left;
    margin-bottom: 10px;
}

.pr-go a {
    display: inline-block;
    position: relative;
    border: 2px solid #f9d4cb;
    padding: 5px 5px 0;
    margin-bottom: 10px;
    text-align: center;
	max-width: 184px;
}

.pr-go-one a {
    max-width: 315px;
}

.pr-go a:before {
    content: '';
    position: absolute;
    right: 5px;
    top: 5px;
    background: #fff;
    font-size: 12px;
    line-height: normal;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 0 30px;
    border-color: transparent transparent transparent #ecebf0;
	-webkit-box-shadow: -4px 4px 8px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: -4px 4px 8px 0px rgba(0, 0, 0, 0.25);
    box-shadow: -4px 4px 8px 0px rgba(0, 0, 0, 0.25);
    transition: 0.3s ease;
}

.pr-go a:after {
    content: 'Виж тук';
    position: absolute;
    right: 2px;
    top: 2px;
    width: 24px;
    font-size: 10px;
    line-height: normal;
    text-align: right;
    color: #7b71a0;
    font-weight: bold;
}

.pr-go a:hover:before {
    border-width: 40px 0 0 40px;
}

/* Oferti bottom post */
.offers-bottom {
    margin-bottom: 20px;
    text-align: center;
}

.offers-bottom a {
    display: block;
    max-width: 255px;
    color: #3c3c3c;
    font-size: 14px;
    line-height: 18px;
    margin: 0 auto 10px;
}

.btn-offers-bottom {
    display: block;
    border-radius: 3px;
    background: #a29bbc;
    color: #fff;
    padding: 5px 2px;
    text-transform: uppercase;
    margin-top: 5px;
}

.offers-bottom a:hover .btn-offers-bottom {
    background: #e86169;
}

.m-bottom-10 {
	margin-bottom: 10px;
}

/* Footer */

.site-footer {
    margin-bottom: 60px;
    background: #fff;
    padding: 10px 0;
    border-top: 1px solid #d3d3d3;
}

.site-footer-menu ul {
    list-style:  none;
    padding: 0;
    margin: 0 0 20px;
}

.site-footer-menu ul li {
    display: inline-block;
    padding: 5px;
}

.site-info a {
	color: #3c3c3c;
}

.site-info {
	font-size: 14px;
}

.footer-text {
    font-size: 14px;
    margin-bottom: 10px;
}

.footer-text-s {
    font-size: 13px;
}

.back-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    background: rgba(236, 153, 158, 0.5);
    width: 50px;
    height: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 12;
}

.back-to-top:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 20px;
    border-color: transparent transparent rgba(255,255,255,.5) transparent;
}

a.learn-more-btn {
    display: block;
    position: relative;
    max-width: 300px;
    font-size: 18px;
    margin: 10px auto 0;
    padding: 8px;
    color: #ffffff;
    text-align: center;
    border: 2px solid #cac4e0;
}

.learn-more-btn span {
    display: block;
    position: relative;
    background: #7b71a0;
    padding: 5px;
    z-index: 1;
}

.learn-more-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #cac4e0;
    width: 100px;
    height: 36px;
    margin: auto;
    transition: .3s ease-in-out;
}

.learn-more-btn:hover:before {
    width: 100%;
    height: 100%;
}

.summer-sale .learn-more-btn {
    font-size: 14px;
    padding: 5px;
}

.summer-sale .learn-more-btn:before {
    height: 31px;
}

.summer-sale .learn-more-btn:hover:before {
    width: 100%;
    height: 100%;
}

p.cap {
    text-align: center;
    font-size: 12px;
    background: #fee2db;
    padding: 5px;
    max-width: 408px;
    margin: 0 auto 0;
}
/*--------------------------------------------------------------
## 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,
.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%;
}

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

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

@media screen and (min-width: 768px) {
	.fixed-link {
    	display: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	.main-navigation a {
		padding: 10px 7px;
	}
}

@media screen and (max-width: 767px) {
	.top-header {
    	overflow: hidden;
	}

	.site-header {
		margin-top: 0;
	}

	.search {
	    position: absolute;
	    top: 15px;
	    right: 0;
	    justify-content: flex-end;
	}
	
	.search-form input[type=search] {
		width: 140px;
	}

	.top-header {
	    background: url(images/lines-header-mobile.jpg) no-repeat center;
		min-height: 300px;
	}

	.box-logo-content {
		width: 315px;
    	height: 150px;
	}

	.box-logo:before {
		width: 214px;
    	height: 221px;
    	bottom: -12px;
    	right: -61px;
	}

	.box-logo:after {
		width: 210px;
    	height: 200px;
    	top: 12px;
    	left: -61px;
	}
	
	/* winter edition
	.box-logo:after {
    	width: 210px;
    	height: 231px;
    	top: -22px;
    	left: -61px;
	}
	
	.top-header:before {
		left: -36px;
		transform: rotate(33deg);
	}*/
	
	.social-link-header {
		display: block;
	}
	
	.img-cover {
		height: auto;
	}
	
	p.opinion {
		font-size: 12px;
	}
	
	h1 {
    	font-size: 32px;
	}
	
	h2 {
    	font-size: 20px;
	}
	
	h3 {
    	font-size: 18px;
	}
	
	.section-links-text strong {
    	display: block;
	}
	
	.free-from span {
		font-size: 14px;
		margin-right: 10px;
	}
	
	.ef-icon.not {
    	margin-top: 5px;
	}
	
	.new-post-fixed {
		bottom: 0;
		left: 15px;
		right: 15px;
		width: auto;
		animation: none;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}
	
	.new-post-fixed:hover {
    	width: auto;
	}
	
	img.author-img {
    	width: 200px;
    	height: auto;
	}
	
	.giveaway-head {
		bottom: auto;
		right: 0;
	    padding-top: 2px;
    	padding-bottom: 2px;
	}

	.giveaway-head:before {
		bottom: auto;
		top: 100%;
		left: 0;
		right: 0;
		border-width: 10px 60px 0 60px;
		border-color: #a9e4f7 transparent transparent transparent;
	}

	.giveaway a {
		margin: 0;
		font-size: 14px;
		padding-top: 40px;
		padding-bottom: 3px;
	}

	.giveaway a > span {
		display: block;
	}
	
	.giveaway .giveaway-icon {
        position: absolute;
        left: 3px;
        top: 0;
        bottom: 0;
        width: 45px;
        height: 28px;
        margin: auto;
    }
	
	.sum-box {
    	font-size: 14px;
	}
	
	.bp-box p {
    	text-align: center;
	}
	
	.box-content-offers-img {
    	height: 130px;
	}
	
	.back-to-top {
    	bottom: 55px;
	}
}

@media screen and (max-width: 575px) {
	.section-links .row {
		margin-left: -4px;
		margin-right: -4px;
	}

	.section-links [class*="col-"] {
		padding-left: 4px;
		padding-right: 4px;
	}

	.section-links-img:before {
		font-size: 11px;
		right: -21px;
	}

	.section-links-img {
		padding: 15px;
		margin-bottom: 5px;
	}
	
	.section-links img {
		width: 93px;
		height: auto;
	}

	.section-links-text {
		font-size: 14px;
	}

	.section-links-text span {
		font-size: 13px;
	}
	
	.center-imgs .col-sm-6 {
    	margin-bottom: 10px;
	}
	
	.center-imgs iframe.instagram-media {
		margin-bottom: 10px !important;
	}
}