/*-------------------------------------------------------+
| Design by Free CSS Templates
| http://www.freecsstemplates.org
| Released for free under a Creative Commons Attribution 2.5 License
+--------------------------------------------------------+
| Title      : Puzzled
| Version    : 1.0
| Released   : 20080706
| Description: A wide two-column design suitable for blogs and small websites.
+--------------------------------------------------------+
| Ported to PHP-Fusion 7 by Starefossen
| http://version.starefossen.com
+--------------------------------------------------------*/
:root {
	--dark-blue: #473d6e;
	--line: #e2e2e2;
	--soft: #b9bfce;
	--hard: #5D687D;
	--links: #25c984;
	--sub-text: #5d687d;
	--text: #313131;
	--purple: #4a82eb;
	--white: #ffffff;
	--background: #f0f6fa;
	--error: #fc5e5e;
	--shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
@font-face {
	font-family: "Mulish";
	src: url("fonts/Mulish/Mulish-ExtraLight.ttf") format("truetype");
	font-weight: 100;
}
@font-face {
	font-family: "Mulish";
	src: url("fonts/Mulish/Mulish-Light.ttf") format("truetype");
	font-weight: 200;
}
@font-face {
	font-family: "Mulish";
	src: url("fonts/Mulish/Mulish-Medium.ttf") format("truetype");
	font-weight: 400;
}
@font-face {
	font-family: "Mulish";
	src: url("fonts/Mulish/Mulish-Bold.ttf") format("truetype");
	font-weight: 600;
}
@font-face {
	font-family: "Mulish";
	src: url("fonts/Mulish/Mulish-ExtraBold.ttf") format("truetype");
	font-weight: 700;
}
@font-face {
	font-family: "Mulish";
	src: url("fonts/Mulish/Mulish-Black.ttf") format("truetype");
	font-weight: 900;
}
@font-face {
	font-family: 'icomoon';
	src:  url('fonts/icomoon/icomoon.eot?e4eemg');
	src:  url('fonts/icomoon/icomoon.eot?e4eemg#iefix') format('embedded-opentype'),
	url('fonts/icomoon/icomoon.ttf?e4eemg') format('truetype'),
	url('fonts/icomoon/icomoon.woff?e4eemg') format('woff'),
	url('fonts/icomoon/icomoon.svg?e4eemg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	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;
}
.icon-main-menu:before {
	content: "\e900";
}
.icon-other:before {
	content: "\e901";
}
.icomoon-icon {
	color: #473d6e;
	transition: color .2s ease,
				border .2s ease;
}
.icon-other {
	font-size: 44px;
	border: 1px solid #473d6e;
	border-radius: 50%;
}
.icon-main-menu {
	font-size: 22px;
}
input[type='text'],
input[type='password'],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select {
	color: var(--text);
}
/* Buttons */
.dmgc-button {
	cursor: pointer;
	padding: 7px 14px;
	min-width: 150px;
	text-transform: uppercase;
	border-radius: 8px;
	font-weight: 600;
	font-size: 12px;
	transition: .3s ease all;
	text-align: center;
}
.dmgc-button:hover {
	text-decoration: none;
}
.dmgc-button.dark-button {
	border: 1px solid var(--purple);
	background-color: var(--purple);
	color: var(--white);
}
.dmgc-button.dark-button:hover {
	background-color: var(--dark-blue);
	border: 1px solid var(--dark-blue);
}
.dmgc-button.light-button {
	color: var(--purple);
	border: 1px solid var(--purple);
}
.dmgc-button.green-button {
	border: 1px solid var(--links);
	background-color: var(--links);
	color: var(--white);
}
.dmgc-button.light-button:hover {
	color: var(--white);
	background-color: var(--purple);
}
.create-contest-button {
	margin-top: 20px;
}
select.input-field {
	position: relative;
}
/* Inputs */
.input-field {
	padding: 10px;
	box-sizing: border-box;
	height: 42px;
	border-radius: 8px;
	border: 1px solid var(--line);
	outline: unset;
}
textarea.input-field {
	height: 80px;
}
.input-xxl {
	width: 100%;
}
.input-xl {
	width: 300px;
}
.input-m {
	width: 240px;
}
.input-s {
	width: 104px;
}
.input-xs {
	width: 85px;
}
.active .icon-other {
	border: 1px solid #4A82EB;
}
.active .icon-other,
.active .icon-main-menu {
	color: #4A82EB;
}
.site-wrapper {
	max-width: 1220px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
}
.site-content {
	width: 900px;
	max-width: 100%;
}
.site-content {
	overflow: hidden;
}
.responsive-menu-links,
.main-menu-button {
	display: none;
}
.catalog-panel {
	padding: 0;
	list-style: none;
}
.catalog-panel h2,
.sidebar-navigation h2 {
	font-size: 14px;
	font-weight: 600;
	color: #4A82EB;
}
a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.gallery_link {
	font-size: 16px;
	line-height: 23.5px;
	color: #000000;
	text-decoration: none;
}

.gallery_link:hover {
	text-decoration: underline;
}

.gallery_link2 {
	color: #000000;
	text-decoration: none;
}

.gallery_link2:hover {
	text-decoration: underline;
}

.gallery_link_header {
	color: #000000;
	text-decoration: none;
}
.gallery_link_header:hover {
	text-decoration: none;
}


.gallery_navlink_header {
	color: #313131;
	display:block;
	float:left;
	font-family: Mulish,  Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:30px 20px 0;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
.gallery_navlink_header:hover {
	background: transparent url(images/img03.jpg) no-repeat scroll center top;
}

.brown_link {
	color: #000000;
	text-decoration: none;
}
.brown_link:hover {
	/*color: brown;*/
	text-decoration: none;
}

.black_link {
	color: #000000;
	text-decoration: none;
}
.black_link:hover {
	text-decoration: none;
}

.side {
	font-size: 16px;
	line-height: 23.5px;
}

body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Mulish, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
	background: #F0F6FA;
}
body.separate {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	text-align: left;
	font-family: Mulish, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
}

hr {
	height: 1px;
	border: 1px solid #eee;
}

hr.side-hr {
	height: 1px;
	border: 1px solid #eee;
}

td {
	font-family: Mulish, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

pre {
	font-family: Mulish, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.alt {
	color: #04688d;
}

.spacer {
	margin-bottom: 5px;
}

.admin-message {
	font-family: Mulish, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #555;
	background-color: #f6f6f6;
	border: 1px solid #e1e1e1;
	padding: 3px 4px 5px 4px;
	margin-bottom: 5px;
}

/* Form element properties */

form {
	margin: 0;
	padding: 0;
}

.button {
	font-family: Mulish, Tahoma, Arial, Helvetica, sans-serif;
	background: #333333;
	padding: 3px 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	color: #CCCCCC;
}

.button:hover {
	background: #CCCCCC;
	color: #333333;
}

.bbcode {
	font-family: Mulish, Tahoma, Arial, Helvetica, sans-serif;
	background: #f1f1f1;
	border: solid 1px #333333;
	padding: 3px;
	margin-top: 3px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	color: #CCCCCC;
}

.textbox {
	font-family: Mulish, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #ccc;
	margin: 5px 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* General table properties */

h1, h2, h3 {
	font-weight: normal;
	color: #212121;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.2em;
}

img {
	border: none;
}

.center {
	margin: 0 auto;
}

.news-category {
	border:0;
	margin:3px 5px 0 0;
	float:left;
}

.tbl-border {
	border: 1px solid #e1e1e1;
}

.tbl {
	font-size: 12px;
	color: #555;
	background-color: #fff;
	padding: 4px;
}

.tbl1 {
	font-size: 12px;
	color: #555;
	background-color: #fff;
	padding: 4px;
}

.tbl1_1 {
	font-size: 12px;
	color: #555;
	background-color: #fff;
	padding: 4px;
}

.tbl2 {
	font-size: 12px;
	color: #555;
	background-color: #f1f1f1;
	padding: 4px;
}
.tbl2_1 {
	font-size: 12px;
	color: #555;
	background-color: #f1f1f1;
	padding: 4px;
}

.forum-caption {
	font-size: 11px;
	font-weight: bold;
	color: #888;
	background-color: #f1f1f1;
	padding: 2px 4px 4px 4px;
}

.quote {
	background: #D9D785 url(images/quote.png) no-repeat left top;
	font-family: Mulish, Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 0 15px;
	padding: 0px 20px 0px 30px;
	font-size: 18px;
	color: #3D3D3D;
}

.poll {
	height: 12px;
	border: 1px solid #bbb;
}

.comment-name {
	font-weight: bold;
	color: #04688d;
}

.shoutboxname {
	font-weight: bold;
	font-size: 11px;
	color: #04688d;
}

.shoutbox {
	color: #777;
}

.shoutboxdate {
	font-size: 10px;
	color: #888;
}

.small {
	font-size: 12px;
	font-weight: normal;
}

.small2 {
	font-size: 10px;
	font-weight: normal;
	color: #555;
}

.side-small {
	font-size: 10px;
	font-weight: normal;
	color: #555;
}
.medium {
	font-size: 14px;
}
.notes {
	margin-top: 10px;
	color: #555;
}

.side-label {
	color: #555;
	background-color: #f1f1f1;
	margin: 2px 0 2px 0;
	padding: 2px 2px 3px 2px;
}

/* Vertical Navigation */

#navigation h2 {
	font-size: 10px;
	font-weight: normal;
	background-color: #f1f1f1;
	margin: 0;
	padding: 4px;
}
	
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* html #navigation ul li {
   height: 1%;
}

#navigation a {
	display: block;
	color: #555;
	padding: 2px;
	text-decoration: none;
}

#navigation a:hover {
	color: #fff;
	background-color: #000000;
}

/* Page Navigation */

.pagenav {
	padding: 4px;
}

.pagenav span {
	color: #fff;
	background-color: #f6a504;
	border: 1px solid #ddd;
	padding: 2px 4px 2px 4px;
	margin: 2px;
}

.pagenav a {
	color: #555;
	background-color: #f1f1f1;
	border: 1px solid #ddd;
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
}

.pagenav a:hover {
	color: #fff;
	background-color: #f6a504;
	margin: 2px;
	text-decoration: none;
}

/*-------------------------------------------------------+
| Design by Free CSS Templates
| http://www.freecsstemplates.org
| Released for free under a Creative Commons Attribution 2.5 License
+--------------------------------------------------------*/

/* Header */
.site-header-container {
	background: white;
}
#header {
	margin: 0 auto;
	letter-spacing: -1px;
	font-family: Mulish, Georgia, "Times New Roman", Times, serif;
}
#headerbg {
	clear: both;
	margin: 0 auto;
	width: 900px;
	height: 209px;
	background: url(../../images/virsus_fonas.jpg) no-repeat left top;
	margin: 0 auto;
}

/* Logo */

#langs {
	display: flex;
	align-items: center;
	justify-content: space-between;
	clear: both;
	color: white;
	font-weight: bold;
}
.lang-container {
	border-bottom: 1px solid #E2E2E2;
}
#langs img.selected_lang {
	border: 1px solid #FFFE2C;
}
#logo img {
	width: 200px; /*New*/
}
.language-selection-container {
	display: inline-block;
	position: relative;
}
.language-selection-list {
	position: relative;
	margin: 0;
	padding: 0 10px;
}
.language-selection-list .language-title {
	margin-left: 5px;
}
.language-selection-list li:not(:last-child) a {
	border-bottom: 2px solid #E2E2E2;
}
.language-selection-list ul li a {
	width: 100%;
	margin: 0 10px;
}
.language-selection-list a {
	padding: 0 5px;
}
.language-selection-list li,
.language-selection-list a {
	cursor: pointer;
	transition: color ease-in-out 0.3s;
	color: #4e4e4e;
}
.language-selection-list li:hover,
.language-selection-list a:hover {
	color: #4A82EB;
	text-decoration: none;
}
.language-selection-list p {
	font-family: Mulish, Tahoma, Arial, Helvetica, sans-serif;
	margin: 10px 0;
	letter-spacing: 0.5px;
	font-weight: 400;
}
.language-selection-list:hover ul {
	visibility: visible;
	opacity: 1;
}
.language-selection-list li {
	display: flex;
	align-items: center;
}
.language-selection-list .flag-img-container {
	height: 15px;
	width: 15px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #E2E2E2;
}
.language-selection-list li img {
	height: 100%;
	width: 100%;
}
.language-selection-list li span {
	margin-left: 5px;
}
.language-selection-list li ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: calc(100% - 5px);
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	transition: all ease .3s;
	z-index: 9999;
}
.language-selection {
	display: flex;
	align-items: center;
}
.pre-navigation ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	list-style: none;
}
.pre-navigation ul li span,
.pre-navigation ul li a {
	padding: 5px 7px;
	margin: 0 7px;
	transition: .3s color ease;
	color: #313131;
}
.pre-navigation ul li a:hover,
.pre-navigation ul li span:hover {
	text-decoration: none;
	color: #4A82EB;
}
.pre-navigation ul li:last-child a,
.pre-navigation ul li:last-child span {
	margin-right: 0;
	padding-right: 0;
}
.pre-navigation ul li a,
.pre-navigation ul li a strong,
.pre-navigation ul li span,
.pre-navigation ul li span strong {
	font-size: 14px;
	font-weight: 200 !important;
	letter-spacing: normal;
	text-transform: none;
}
.header-bg-container {
	background: #F0F6FA;
}
.header-container {
	display: flex;
	align-items: center;
	padding: 10px 0;
	justify-content: space-between;
	width: 900px;
	margin: 0 auto;
}
#logo h1, #logo h2, #logo p {
	margin: 0;
	/*text-transform: lowercase;*/
}

#logo h1 {
	/*background: url(images/img04.jpg) no-repeat left 50%;*/
	background: url(../../images/virsus_logotipas.png) no-repeat left 50%;
	padding-left: 60px;
	text-align: center;
	font-size: 3.2em;
	color: #000000;
}

#logo h1 a {
	color: #000000;
}

#logo p {
	padding-top: 27px;
	text-transform: uppercase;
	font-family: Mulish, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
}

#logo h2 {
	padding-left: 0px;
	text-align: center;
	color: #000000;
}


#logo h2 a, #logo p a {
	color: #000000;
}

#logo a {
	text-decoration: none;
}
.site-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
}
.site-header ul {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
}
.site-header ul a,
.site-header ul span {
	font-family: Mulish,  Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #313131;
	letter-spacing: 0;
	text-decoration: none;
	font-weight: 600;
	transition: color ease-in-out .2s;
}
.site-header .site-logo-img img {
	height: 50px;
}
.site-header .site-logo-img a {
	display: block;
}
.site-header ul a:hover,
.site-header ul span:hover {
	color: #4A82EB;
}
.site-header ul li:not(:last-child){
	margin-right: 20px;
}

/* Header Text */

.text1 {
	font-family: Mulish, Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 0 15px;
	padding: 90px 20px 0px 30px;
	font-size: 30px;
	color: #FFFFFF;
}

/* Menu */

#menu ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 11px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Mulish, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #313131;
	transition: color ease-in .15s;
}

#menu a:hover {
	color: #4a82eb;
}

#menu .current_page_item a {
	background: url(images/img03.jpg) no-repeat center top;
}

/* Page */

#page {
	padding-top: 20px;
}
#page-content {
	display: flex;
	justify-content: space-between;
	align-items: start;
}
#page-content.center {
	justify-content: center;
}
#content-only-page {
	width: 85%;
	line-height: 15px;
	padding: 10px 20px 10px 20px;
	font-size: 12px;
}
.dietary-table-container {
	overflow-x: auto;
}
#whole-post {
	font-size: 14px;
}
#latest-post {
	font-size: 14px;
}
#recent-posts {
	box-sizing: border-box;
	width: 280px;
	max-width: 100%;
	line-height: 20px;
	padding: 16px 20px;
	border-radius: 8px;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	font-size: 12px;
	background: #ffffff;
}
#recent-posts .panel a,
#recent-posts .panel span {
	all: unset !important;
	cursor: pointer !important;
	font-size: 14px !important;
}
#recent-posts .panel a,
#recent-posts .panel a strong,
#recent-posts .panel span,
#recent-posts .panel span strong {
	font-weight: 600 !important;
}
#recent-posts .panel a,
#recent-posts .panel a span,
#recent-posts .panel span,
#recent-posts .panel span strong,
#recent-posts .panel a strong {
	color: black !important;
}
.sidebar-navigation {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sidebar-navigation li:nth-child(n+2){
	margin-top: 6px;
}
.catalog-panel li:nth-child(n+2) {
	margin-top: 12px;
}
#recent-posts ul.sidebar-navigation a,
#recent-posts ul.sidebar-navigation a:hover *,
#recent-posts .catalog-panel .panel li a:hover,
#recent-posts .catalog-panel .panel li a:hover * {
	transition: all .2s ease !important;
}
#recent-posts ul.sidebar-navigation a:hover,
#recent-posts ul.sidebar-navigation a:hover *,
#recent-posts .catalog-panel .panel li a:hover,
#recent-posts .catalog-panel .panel li a:hover * {
	color: #4A82EB !important;
}
/*#recent-posts .entry a {
	background: #333333;
	padding: 5px 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	color: #CCCCCC;
}*/

#recent-posts .more {
	background: url(images/img04.gif) no-repeat left 50%;
	padding-left: 20px;
}
.post .title {
	margin: 0;
	padding: 15px 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: linear-gradient(270deg, rgba(79,62,137,1) 0%, rgba(74,130,235,1) 100%);
    color: #ffffff;
	font-weight: 600;
	letter-spacing: normal;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: normal;
	font-size: 13px;
	color: #505050;
}

.post .meta a {
	color: #000000;
}
.site-content .section-container:not(:first-of-type) {
	margin-top: 40px;
}
.post .entry {
	padding: 36px 20px 70px 20px;
	background-color: #ffffff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.panel {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #E2E2E2;
}
.panel-title-container {
    display: flex;
    align-items: center;
}
.panel-title-container h2 {
    margin: 0;
    padding: 0;
    margin-left: 10px;
}
.panel-title-container img {
    height: 12px;
}
.online_status_box {
	background-color: green;
    border: 1px solid black;
    float: left;
    height: 9px;
	width: 9px;
	margin-top: 7px;
    margin-right: 5px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.away_status_box {
	background-color: orange;
    border: 1px solid black;
    float: left;
    height: 9px;
	width: 9px;
	margin-top: 7px;
    margin-right: 5px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.offline_status_box {
	background-color: gray;
    border: 1px solid black;
    float: left;
    height: 9px;
	width: 9px;
	margin-top: 7px;
    margin-right: 5px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

/* Sidebar */

#sidebar {
	clear: both;
	width: 900px;
	color: #CCCCCC;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	float: left;
	width: 187px;
	padding: 10px 10px 10px 25px;
}

#sidebar li ul {
	line-height: 1.8em;
}

#sidebar li li {
	display: list-item;
	background: url(images/img07.gif) no-repeat left 50%;
	float: none;
	width: auto;
	padding: 0 0 0 10px;
	line-height: 25px;
}

#sidebar h2 {
	margin: 0 0 10px 0;
	color: #FFFFFF;
}

#sidebar a {
	text-decoration: none;
	color: #CCCCCC;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */
.footer-container {
	margin-top: 20px;
	background: #FFFFFF;
}
#footer {
	display: flex;
	justify-content: space-between;
	font-size: 11px;
	color: #CCCCCC;
}

#footer p {
	margin: 0;
	padding: 15px 0;
	color: #5D687D;
}

#footer a {
	color: #5D687D;
}
.first {
	margin-bottom: 0;
}
.select_specialist_form {
	margin-bottom: 10px;
}
/* Dietary calculator */
.flag-img-container {
	height: 15px;
	width: 15px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #E2E2E2;
}
.flag-input-area {
	display: flex;
}
.flag-input-area img,
.flag-image {
	height: 15px;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.flag-input-area textarea,
.flag-input-area input {
	margin-left: 10px;
}
.hero-section {
	overflow: hidden;
	position: relative;
	border-radius: 8px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.hero-section-description-container {
	display: flex;
	align-items: flex-end;
	background-image: url("images/family.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}
.hero-section-description {
	padding: 20px;
	border-left: 20px solid #4A82EB;
	border-radius: 0 8px 8px 0;
	margin-top: 200px;
	margin-bottom: 44px;
}
.hero-section-description h2 {
	margin: 0;
	font-size: 60px;
	font-weight: 400;
	color: #ffffff;
}
.hero-section-description p {
	font-size: 14px;
	font-weight: 300;
	color: #ffffff;
}
.left-sidebar-button img {
	transition: background-color .2s ease;
	border-radius: 50%;
}
.left-sidebar-button.active img {
	background-color: #5D687D;
}
.product-short-description,
.product-description-container {
	display: flex;
	background: #ffffff;
}
.product-short-description {
	align-items: flex-start;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 20px;
}
.product-introduction-container {
	margin-left: 20px;
}
.catalog-product .product-title {
	margin-top: 0;
}
.product-detail-title {
	font-weight: 600;
}
.product-description-container {
	flex-direction: column;
	margin-top: 20px;
	padding: 20px;
	border-radius: 8px;
}
.product-description-container h3 {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #E2E2E2;
}
@media all and (max-width: 1250px){
	.site-wrapper {
		max-width: 1024px;
	}
	#recent-posts {
		width: 200px;
	}
	.site-content {
		width: 700px;
	}
}
@media all and (max-width: 1024px){
	.site-wrapper {
		max-width: 100%;
	}
	.site-content {
		margin-left: 20px;
	}
	.hero-section-description h2 {
		font-size: 40px;
	}
}
@media all and (max-width: 768px){
	#recent-posts {
		top: 0;
		position: absolute;
		z-index: 999;
		transition: left .3s ease;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		left: -999px;
		width: 320px;
		overflow-y: scroll;
	}
	#recent-posts.active {
		left: 0;
		opacity: 1;
	}
	.site-content {
		width: 100%;
		margin-left: 0;
	}
	#langs {
		flex-direction: column;
		align-items: center;
	}
	.pre-navigation ul {
		justify-content: center;
	}
	.site-header .main-menu ul a {
		font-size: 12px;
	}
	.responsive-menu-links {
		display: flex;
		align-items: center;
	}
	.header-button {
		padding: 0 16px;
		height: 42px;
		border-left: 1px solid #E2E2E2;
	}
	.header-button:last-child{
		padding-right: 0;
	}
	.site-header {
		flex-wrap: wrap;
	}
	.main-menu {
		width: 100%;
		order: 3;
	}
	.main-menu ul {
		justify-content: center;
		margin: 0;
		padding: 20px 0;
	}
	.site-header {
		padding-bottom: 0;
	}
}
@media all and (max-width: 520px){
	.hero-section-description h2 {
		font-size: 26px;
	}
	.hero-section-description {
		padding: 5px 10px;
	}
	.hero-section-description p {
		margin-bottom: 0;
	}
}
@media all and (max-width: 480px){
	.site-header .site-logo-img img {
		height: 40px;
	}
	#page.site-wrapper {
		padding: 0;
	}
	.hero-section {
		margin: 0;
		border-radius: 0;
	}
	.hero-section-description {
		border-left: 0;
	}
	.hero-section-description-container {
		background-size: auto 100%;
	}
	.post .title,
	.post .entry {
		border-radius: 0;
	}
	.site-header {
		padding: 20px;
		width: 100%;
	}
	.site-header-container {
		display: flex;
		flex-direction: column;
	}
	.site-header-container #header {
		order: 4;
	}
	.language-selection-container {
		order: 2;
	}
	.main-menu ul,
	.pre-navigation ul {
		flex-direction: column;
		align-items: center;
	}
	.main-menu ul {
		padding: 0;
		margin-top: 20px;
		border-top: 1px solid #E2E2E2;
	}
	.pre-navigation ul {
		margin-top: 0;
	}
	.main-menu ul li,
	.main-menu ul li:not(:last-child),
	.pre-navigation ul li {
		padding: 10px 0;
		margin: 0;
	}
	.main-menu ul li span,
	.pre-navigation ul li span,
	.main-menu ul li strong,
	.pre-navigation ul li a strong,
	.main-menu ul li a,
	.pre-navigation ul li a {
		padding: 10px 0;
		margin: 0;
		font-weight: 600 !important;
	}
	#header,
	.main-menu {
		display: none;
	}
	.main-menu-button {
		display: flex;
		align-items: center;
	}
	.site-header-container.menu-expanded #header,
	.site-header-container.menu-expanded .main-menu {
		display: block;
	}
	.site-header-container.menu-expanded .site-header {
		padding-bottom: 0;
	}
	.language-selection-list li ul {
		top: unset;
		bottom: calc(100% - 5px);
	}
	#page-content {
		display: flex;
		flex-direction: column;
	}
	#recent-posts {
		display: none;
		position: static;
		width: 100%;
		transition: unset;
		border-radius: unset;
	}
	#recent-posts.active {
		display: block;
	}
	.product-short-description {
		flex-direction: column;
		align-items: center;
		padding: 20px;
	}
	.product-short-description img {
		margin-bottom: 20px;
	}
}
.responsive-img {
	max-width: 100%;
	height: auto;
}
/* Articles */
.articles {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	justify-items: center;
	grid-gap: 20px;
}
.articles a {
	display: block;
}
.articles a:hover {
	text-decoration: none;
}
.articles a > h2 {
	font-weight: 600;
	margin-bottom: 0;
}
.articles .tbl1 > a:hover > h2 {
	color: var(--purple);
}
.articles .tbl1 {
	overflow: hidden;
	width: 100%;
	justify-self: start;
	padding: 0;
}
.mce-table {
	width: 100% !important;
}
.mce-table * {
	width: auto !important;
}
.article .article-inner-image-container,
.articles .articles-outer-image-container,
.image-blur-container {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	height: 230px;
	overflow: hidden;
	border-radius: 8px;
}
.article .article-blur,
.articles .article-blur,
.image-blur-background {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	-webkit-filter: blur(8px);
	-moz-filter: blur(8px);
	-o-filter: blur(8px);
	-ms-filter: blur(8px);
	filter: blur(8px);
}
.article .article-inner-title {
	padding-bottom: 20px;
	color: var(--purple);
	border-bottom: 1px solid var(--line);
}
.article .article-inner-image-container img,
.articles .articles-outer-image-container img,
.image-blur-container img {
	position: relative;
	height: 100%;
}
.articles-page .article-categories ul {
	margin: 0;
	margin-bottom: 36px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.articles-page .article-categories ul li {
	padding: 5px 0;
	margin-right: 20px;
	border-bottom: 2px solid rgba(0,0,0,0);
}
.articles-page .article-categories ul li a {
	height: 100%;
	width: 100%;
	display: block;
	font-weight: 600;
	color: var(--hard);
}
.articles-page .article-categories ul li a i {
	margin-right: 8px;
}
.articles-page .article-categories ul li a:hover {
	text-decoration: none;
}
.articles-page .article-categories ul li.selected,
.articles-page .article-categories ul li.selected a {
	color: var(--purple);
}
.articles-page .article-categories ul li.selected {
	border-bottom: 2px solid var(--purple);
}
.articles-page .article-categories ul li:hover {
	border-bottom: 2px solid var(--purple);
}
.articles-page .article-categories ul li:hover a {
	color: var(--purple);
}
.pagination {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.pagination .button {
	margin-right: 10px;
	padding: 5px 10px;
	border-radius: 8px;
	text-align: center;
}
@media all and (max-width: 638px){
	.pagination {
		flex-direction: column;
	}
	.pagination .button {
		margin-top: 10px;
	}
}
.pagination a,
.pagination a:hover {
	cursor: pointer;
	background-color: var(--dark-blue);
	color: var(--white);
}
.pagination span,
.pagination span:hover {
	background-color: var(--soft);
	color: var(--white);
}
.pagination .current-page,
.pagination .current-page:hover {
	background-color: rgba(0,0,0,0);
	border: 1px solid var(--soft);
	color: var(--soft);
}
.single-news-poster > a {
	display: grid;
	justify-content: center;
	grid-template-columns: repeat(auto-fill, minmax(280px, 420px));
	gap: 20px;
	margin-top: 20px;
	flex-wrap: wrap;
}
.single-news-poster .news-image-container,
.single-news-item .news-image-container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	max-height: 211px;
	overflow: hidden;
	border-radius: 8px;
}
.single-news-poster .news-image-container img,
.single-news-item .news-image-container img {
	position: relative;
	height: 100%;
}
.single-news-poster .news-hero h3 {
	margin-top: 0;
	font-weight: 600;
}
.single-news-poster > a:hover {
	text-decoration: none;
}
.single-news-poster > a:hover h3,
.single-news-poster > a:hover .read-more {
	color: var(--purple);
}
.single-news-poster .meta-info,
.single-news-item .meta-info,
.single-news-poster .read-more {
	font-weight: 600;
	color: var(--hard);
}
.single-news-item .post-title {
	margin-bottom: 8px;
	font-weight: 600;
	color: var(--purple);
}
.single-news-item .meta-info {
	margin: 0;
}
.underline {
	margin: 30px 0;
	border-bottom: 1px solid var(--line);
}
.recipes {
	width: 100%;
	padding: 30px 0;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	display: grid;
	justify-content: center;
	grid-template-columns: repeat(auto-fill, 200px);
	gap: 60px 20px;
}
.recipe-poster {
	height: 100%;
}
.recipe-poster > a {
	display: grid;
	width: 100%;
	height: 100%;
}
.recipe-poster > a:hover {
	text-decoration: none;
}
.recipe-poster h2 {
	text-align: center;
	margin-bottom: 0;
	color: var(--hard);
	font-weight: 600;
	transition: color ease .3s;
}
.recipe-poster > a:hover h2 {
	color: var(--purple);
}
.recipe-poster > a:hover .read-more-button {
	background-color: var(--dark-blue);
}
.recipe-poster .meta-info {
	text-align: center;
	color: var(--hard);
}
.recipe-poster .read-more-button,
.recipe-rating form input[type='submit'] {
	cursor: pointer;
	min-width: 114px;
	padding: 5px 15px;
	text-align: center;
	background-color: var(--purple);
	color: white;
	border-radius: 8px;
	transition: background-color ease .3s;
}
.recipe-rating form input[type='submit'] {
	margin-top: 20px;
	border: unset;
}
.recipe-poster .read-more-button {
	align-self: flex-end;
	justify-self: center;
}
.recipe-poster .read-more-button:hover,
.recipe-rating form input[type='submit']:hover {
	background-color: var(--dark-blue);
}
.recipe-rating {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px 0;
	border-top: 1px solid var(--line);
}
.recipe-rating form {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.recipe-rating form textarea {
	box-sizing: border-box;
	width: 420px;
	resize: horizontal;
	padding: 14px 10px;
	border-radius: 8px;
	border: 2px solid var(--line);
}
.recipe-rating form textarea:focus {
	outline: unset;
	box-shadow: var(--shadow);
}
.recipe-rating h3 {
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
}
.recipe-rating .rating-stars {
	cursor: pointer;
	margin: 20px 0;
}
.single-star,
.true-rating {
	transition: color ease .3s;
	color: var(--line);
}
.single-star.selected,
.true-rating.selected,
.recipe-poster > a:hover .single-star.selected {
	color: var(--purple);
}
.recipes .single-star.selected {
	color: var(--hard);
}
@media all and (max-width: 480px){
	.recipe-rating form textarea {
		width: 300px;
	}
}
.comment-container {
	position: relative;
	display: flex;
	align-items: flex-start;
	background-color: var(--background);
	border-radius: 8px;
	padding: 15px 20px;
}
.comment-container:nth-child(n+2) {
	margin-top: 10px;
}
.user-avatar {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	border: 2px solid var(--line);
}
.comment-container p {
	margin: 0;
	padding: 0;
}
.comment-container .comment-text {
	margin-left: 15px;
}
.comment-container .author {
	margin-bottom: 8px;
	color: var(--purple);
	font-weight: 600;
}
.comment-container .admin-buttons {
	display: flex;
	position: absolute;
	right: -5px;
	top: -5px;
}
.article div.meta-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.article div.meta-info > div {
	display: flex;
	gap: 0 20px;
}

/*Contest system*/
.contests-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 60px 20px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.contests-list li {
	max-width: 420px;
}
.contests-list .first-item {
	max-width: 100%;
}
.contests-list .first-item .contest-container {
	gap: 0 20px;
}
.contests-list .first-item .image-blur-container,
.contests-list .first-item .contest-hero {
	max-width: 420px;
}
.contest-container {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	word-break: break-word;
}
.contest-container {
	text-align: left !important;
}
.contest-container:not(.first-item) {
	text-align: center;
}
.contest-description * {
	color: var(--text) !important;
	background: unset !important;
	font-weight: 400 !important;
	font-style: normal !important;
	font-size: 16px !important;
	max-width: 100%;
}
.contest-description img {
	display: none;
}
.contests-list li:not(.first-item) {
	width: 420px;
	max-width: 100%;
}
.contest-buttons {
	display: flex;
	justify-content: flex-start;
	gap: 10px;
	flex-wrap: wrap;
}
.contest-buttons a {
	display: block;
}
@media all and (max-width: 420px){
	.contest-buttons {
		justify-content: center;
	}
}
.downloads-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 420px));
	justify-content: center;
	gap: 20px;
}
.downloads-item {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-self: stretch;
	border-radius: 8px;
	padding: 20px;
	background-color: var(--background);
}
.downloads-item .item-header h3 {
	color: var(--purple);
	font-weight: 600;
}
.downloads-item .meta-info {
	display: flex;
	gap: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--line);
}
.downloads-item .downloads-buttons {
	margin-top: 30px;
	justify-self: flex-end;
}
.downloads .article-categories ul {
	margin: 0;
	margin-bottom: 36px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.downloads .article-categories ul li {
	padding: 5px 0;
	margin-right: 20px;
	border-bottom: 2px solid rgba(0,0,0,0);
}
.downloads .article-categories ul li a {
	height: 100%;
	width: 100%;
	display: block;
	font-weight: 600;
	color: var(--hard);
}
.downloads .article-categories ul li a i {
	margin-right: 8px;
}
.downloads .article-categories ul li a:hover {
	text-decoration: none;
}
.downloads .article-categories ul li.selected,
.downloads .article-categories ul li.selected a {
	color: var(--purple);
}
.downloads .article-categories ul li.selected {
	border-bottom: 2px solid var(--purple);
}
.downloads .article-categories ul li:hover {
	border-bottom: 2px solid var(--purple);
}
.downloads .article-categories ul li:hover a {
	color: var(--purple);
}
.gallery-list .gallery-items,
.gallery-list .gallery-inner {
    display: grid;
    gap: 30px 15px;
    grid-template-columns: repeat(auto-fill, 274px);
    justify-content: center;
}
.gallery-list .gallery-item img {
    height: 185px;
}
.gallery-list .gallery-item .image-blur-container {
    box-shadow: var(--shadow);
}
.gallery-list .gallery-item > a:hover {
    text-decoration: none;
}
.gallery-list .gallery-item h3 {
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 600;
    transition: color ease .3s;
}
.gallery-list .gallery-item > a:hover h3 {
    color: var(--purple);
}
.gallery-list .gallery-inner .gallery-image {
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	height: 185px;
	width: 274px;
	box-shadow: var(--shadow);
}
.gallery-list .gallery-image img {
	height: 100%;
}
.login-form-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.login-form {
	max-width: 300px;
}
.login-field {
	width: 100%;
	padding-left: 45px;
}
.input-field:focus {
	box-shadow: var(--shadow);
}
.login-form form {
	width: 100%;
}
.login-form h3 {
	font-weight: 600;
	font-size: 21px;
}
.login-form label {
	margin-top: 20px;
}
.login-form input[type='submit'],
.register-button {
	-webkit-appearance: none;
	width: 100%;
	padding: 14px 0;
}
.input-container {
	position: relative;
}
.input-icon {
	font-size: 18px;
	position: absolute;
	left: 20px;
	top: 12px;
	color: var(--purple);
}
.register-button {
	margin-top: 10px;
	display: block;
}
.registration-container,
.registration-extras,
.edit-profile {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	border-bottom: 1px solid var(--line);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.mobile-first-digits {
	position: relative;
}
.mobile-first-digits .plus-sign {
	position: absolute;
	left: 15px;
	top: 11px;
}
.mobile-first-digits .mobile-code {
	margin-right: 10px;
	padding-left: 30px;
}
.validation-code {
	display: flex;
}
.securi-image {
	align-self: flex-end;
}
@media all and (max-width: 716px) {
	.registration-container,
	.registration-extras,
	.edit-profile {
		flex-direction: column;
		align-items: center;
	}
}
/*************/
/*  Dietary  */
/*************/
.dietary-search-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 7px;
}