/*
Theme Name:Expert Forum
Author:Alexandru Popescu
Author URI:http://pax.mioritics.ro/
Description:Based on Automattic Toolbox Theme http://wordpress.org/extend/themes/toolbox.
Version:2.8.9
*/

/* =Structure
-------------------------------------------------------------- */

:root {
	--font-serif: 'Lora', serif;
	--font-serif: 'Roboto', sans-serif;
	/* --font-sans: 'Roboto', sans-serif; */
}

body {
	font-family: 'Roboto', sans-serif;
}

#primary {
	float: left;
	;
	width: 100%;
}

/* #content{} */

#main .widget-area {
	float: right;
	overflow: hidden;
}

#colophon {
	clear: both;
	display: block;
	width: 100%;
}

/* Increase the size of the content area for templates without sidebars */


body.post-template-template-full-width #page {
	width: 100%;
	max-width: 100%;
}


@media screen and (min-width:1080px) {
	body.post-template-template-full-width #page #content p, body.post-template-template-full-width #page #content blockquote, body.post-template-template-full-width #page #content>div, body.post-template-template-full-width #page #content h1, body.post-template-template-full-width #page #content h2, body.post-template-template-full-width #page #content h3, body.post-template-template-full-width #page #content h4, body.post-template-template-full-width #page #content h5, body.post-template-template-full-width #page #content h6 {
		max-width: 960px;
		margin-left: 50px;
	}
	body.post-template-template-full-width #page #content ul, body.post-template-template-full-width #page #content ol {
		max-width: 960px;
		margin-left: 55px;
	}
	body.post-template-template-full-width #page #content .full-width {
		margin-left: 1ex !important;
		margin-right: 1ex;
		width: 98vw !important;
		max-width: 100vw !important;
	}
	body.post-template-template-full-width #page #content blockquote {
		margin-left: 50px !important;
	}
	blockquote p {margin-left: .5ex !important;}
}

.full-width #content, .image-attachment #content, .error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */

.screen-reader-text, .assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	/* IE6,IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */

/* .alignleft{display:inline;float:left;}
.alignright{display:inline;float:right;} */

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

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

/* =Menus
-------------------------------------------------------------- */

.horizontalMenu {
	display: block;
	float: none;
	width: 100%;
	overflow: hidden;
}

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

.horizontalMenu ul li, .horizontalMenu li a {
	display: block;
	float: left;
	text-decoration: none;
}

nav.horizontalMenu, ul.ssecond li, #mobileMenu {
	background-color: #242633;
}

nav.horizontalMenu {
	padding: 3px;
}

nav.horizontalMenu ul {
	float: left;
	margin: 0.4em;
}

nav.horizontalMenu a {
	color: #FFF;
	opacity: 0.85;
	text-shadow: 1px 1px 1px #000;
}

nav.horizontalMenu a:hover {
	opacity: 0.5;
	border-bottom: 1px solid #666;
	margin-bottom: -1px;
}

nav.horizontalMenu ul li:after {
	content: "/";
	margin: 0 10px;
	color: #666;
	text-shadow: none;
}

nav.horizontalMenu li:last-child:after {
	content: "";
}

nav.horizontalMenu li.current-menu-item a {
	color: #CCC;
	border-bottom: 2px solid #666;
	margin-bottom: -2px
}

nav.horizontalMenu .simpleSearchForm {
	border-left: 1px solid #666;
	font-size: 14px;
	height: 30px;
	z-index: 22;
	float: right;
	margin-left: -40px;
}

nav.horizontalMenu .simpleSearchForm input#s2 {
	width: 100px;
	margin: 4px 0 0 10px;
	opacity: 0.7;
	margin-left: 10px;
	height: 24px;
}

/* nav.horizontalMenu .simpleSearchForm input#s2:hover {
	width: 140px;
	opacity: 0.9;
	margin-left: 15px;
} */

nav.horizontalMenu input.txtBtn {
	border: 1px solid #333;
	display: inline;
	color: #FFF;
	padding: 0 5px;
	border: none;
	text-shadow: none;
	width: auto;
	box-shadow: none;
	height: auto;
	background: transparent;
	opacity: 0.6;
	text-transform: uppercase;
}

nav.horizontalMenu ul.ssecond {
	display: none;
	z-index: 44;
	position: absolute;
	float: none;
	padding-top: 30px;
}

nav.horizontalMenu li:hover ul.ssecond, x nav.horizontalMenu ul:hover ul li {
	display: block
}

nav.horizontalMenu ul.ssecond li {
	display: block;
	border-top: 1px solid #334;
	width: 100%;
	padding: 2px;
}

nav#currentThemes, nav#currentThemes ul {
	padding: 0;
	margin: 0;
}

#currentThemes ul {
	width: 100%;
	display: table;
}

#currentThemes ul li {
	display: table-cell;
	float: none;
	border-right: 1px solid #999;
	text-align: center;
	padding: 1ex 1.2ex;
	vertical-align: middle;
}

#currentThemes ul>li:last-child {
	border-right: none
}

#currentThemes ul>li a {
	display: inline;
	margin: 0 !important;
	font-size: 1.1em
}

#currentThemes ul>li:after {
	content: '';
	display: none;
}

#currentThemes ul>li a:hover {
	border: none
}

#currentThemes ul>li:hover {
	background-color: #334
}

/* spread menu evenly according to number of items */

#currentThemes.themecount_1 li {
	width: 99%
}

#currentThemes.themecount_2 li {
	width: 43%
}

#currentThemes.themecount_3 li {
	width: 33%
}

#currentThemes.themecount_4 li {
	width: 25%
}

#currentThemes.themecount_5 li {
	width: 20%
}

#mobileLang, #mobileMenu {
	display: none
}

/* =Content
-------------------------------------------------------------- */

.single-author .entry-meta .byline {
	display: none;
}

#content nav {
	display: block;
	overflow: hidden;
}

#content nav .nav-previous {
	float: left;
	width: 50%;
}

#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

#content #nav-above {
	display: none;
}

.paged #content #nav-above, .single #content #nav-above {
	display: block;
}

.page .edit-link {
	clear: both;
	display: block;
}
#page #content article ul, 
.page #content article ul, .single #content article ul {
	padding: 0 0 0 1em;
	margin: 0.5em;
	list-style: disc outside;
}

.page #content article ul li, .single #content article ul li, 
.page #content article ol li, .single #content article ol li {
	margin: 0.1em 0 0.3em 0;
}

.page #content article ol, .single #content article ol {
	padding: 0 0 0 1.5em;
	margin: 0.5em;
	list-style: decimal outside;
}

/* 404 page */

body.error404 #primary {
	opacity: .8;
	background-color: #EEE;
	padding: 50px;
	max-width: 100% !important;
	background: url('images/EFOR-where2.png') no-repeat 50px 50px;
	;
	background-size: 250px;
}

.error404 .widget {
	float: left;
	width: 33%;
}

.error404 .widget .widgettitle, .error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

.error404 article {
	margin-left: 310px;
}

.error404 #searchform {
	margin: 20px 0 45px 0;
	border-radius: 4px;
	background-color: #E6E6EF;
	display: inline-block;
	border: 2px solid #F9F9F9;
	padding: 10px
}

.error404 #searchform input {
	height: 25px;
}

.error404 article h4 {
	font-weight: normal;
	display: inline-block;
	border-bottom: 1px solid #666;
}

.error404 article ul {
	margin-top: 10px;
}

/* Notices */

.post .notice {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */

.image-attachment div.entry-meta {
	float: left;
}

.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}

.image-attachment .entry-content {
	clear: both;
}

.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}

.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */

.format-aside .entry-header {
	display: none;
}

.single .format-aside .entry-header {
	display: block;
}

.format-aside .entry-content, .format-aside .entry-summary {
	padding-top: 1em;
}

.single .format-aside .entry-content, .single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */

.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */

.format-image .entry-header {
	display: none;
}

.single .format-image .entry-header {
	display: block;
}

.format-image .entry-content, .format-image .entry-summary {
	padding-top: 1em;
}

.single .format-image .entry-content, .single .format-image .entry-summary {
	padding-top: 0;
}

/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}

p img {
	margin-bottom: 0.5em;
	/* a small bottom margin prevents content floating under images */
}

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/

img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img, .widget-area img, .wp-caption {
	max-width: 100%;
	/* When images are too wide for containing element,force them to fit. */
	height: auto;
	/* Override height to match resized width for correct aspect ratio. */
}

img.alignleft {
	margin-right: 1em;
}

img.alignright {
	margin-left: 1em;
}

.wp-caption {
	padding: .5em;
	text-align: center;
}

.wp-caption img {
	margin: .25em;
}

.wp-caption .wp-caption-text {
	margin: .5em;
}

.wp-caption {
	padding-bottom: 3px;
}

.wp-caption img {
	margin: 0;
}

.wp-caption.alignleft {
	padding-left: 0
}

.wp-caption.alignright {
	padding-right: 0
}

.wp-caption p.wp-caption-text {
	padding: 0 !important;
	text-align: left;
	margin: 0 !important;
	font-size: 11px !important;
	opacity: 0.6;
}

.gallery-caption {}

.wp-smiley {
	margin: 0;
}

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

#searchform label {
	display: none;
}

#searchform input#s {
	width: 60%;
}

input[type=text], input#s {
	margin: 0 1em 0 0;
	width: 60%;
}

textarea {
	width: 80%;
}

/* Class for labelling required form items */

.required {
	color: #cc0033;
}

/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}

#respond {
	background-color: #F0F0FF;
}

#respond input[type=text] {
	display: block;
	width: 60%;
	height: 24px
}

#respond label {
	font-size: 11px;
	color: #666;
	text-shadow: 1px 1px 1px #FFF;
}

#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}

#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}

#respond .form-allowed-tags code {
	display: block;
}

#latestComments li {
	margin-bottom: 20px;
	width: 480px;
}

#latestComments blockquote {
	margin: 5px 20px 15px 10px;
	border-left: 1px solid #CCC;
	padding-left: 10px
}

#latestComments li a {
	font-size: 14px;
	line-height: 110%;
	font-weight: bold;
}

/* - - - - - - - COMMENTS - - - - - - - - - - - - - - */

/*#comments{margin-top:40px;}
#respond{background-color:#FAFAFF;border:1px solid #EEF;border-radius:5px;}
#comments form{margin:0px 20px 5px 20px;}
#comments input{margin-bottom:5px;}

h3#reply-title{	margin-bottom:10px;background-color:#F0F0FA;border-top-left-radius:5px;border-top-right-radius:5px;padding:5px 5px 5px 20px;font-weight:normal;font-size:18px;}

	#comments li{padding:5px;border-radius:5px;margin-bottom:8px;}
	#comments li:nth-child(2n){background-color:#FAF0FF;}

	#comments li{background-color:#FAFAFA;}

	h2#comments-title{border-top:2px solid #CCC;margin-bottom:10px;font-weight:normal;}
.comment-meta,.comment-author{display:inline;}

.comment-author:after{content:' on ';}
.comment-meta{font-size:10px;}
.says{display:none;}
.active	.comment-form-author, .active .comment-form-url, .active .comment-form-email, .active #submit{display:block;}
	*/

h3#comments-title {
	border-top: 1px solid #CCC;
	margin: 5px 0 10px 0;
	padding: 5px 0;
	font-weight: normal;
	font-size: 16px;
	color: #999
}

h3#comments-title span {
	font-style: italic;
	color: #666
}

.comment-meta, .comment-author {
	display: inline;
}

.comment-meta.commentmetadata {
	float: right;
}

.comment-meta.commentmetadata a {
	font: 11px 'Roboto', sans-serif;
	text-decoration: none;
	color: #99C
}

.comment-author.vcard img.avatar {
	float: right;
	display: none
}

.comment-meta.commentmetadata, .comment-author.vcard {
	display: inline-block;
}

.comment-author.vcard cite.fn {
	background-color: #F0F0F0;
	border-bottom: 1px solid #CCC;
	margin: 15px 0 10px 0;
	display: inline-block;
	padding: 1px 3px;
	border-radius: 3px;
	color: #000
}

ol.commentlist {
	list-style: none
}

ol.commentlist li {
	border-bottom: 1px solid #F0F0F0;
	border-top: 2px solid #FFF;
	padding: 5px 15px;
	opacity: 0.85
}

ol.commentlist li:hover {
	opacity: 1
}

ol.commentlist li article {
	color: #333;
	font-size: 14px;
	line-height: 17px;
}

li.comment.even {
	background-color: #FFF6F6
}

li.comment.odd {
	background-color: #F6F6FF
}

a.comment-reply-link {
	background-color: #E0E0E0;
	color: #333;
	text-shadow: 1px 1px 1px #FFF;
	padding: 2px 4px;
	font: 10px 'Roboto', sans-serif;
	display: inline-block;
	margin-top: 5px;
	border-radius: 3px;
	text-decoration: none;
}

a.comment-edit-link {
	background-color: #FFC;
}

#respond {
	background-color: transparent !important;
	opacity: 0.66
}

#respond h3#reply-title {
	font-weight: normal !important;
}

#respond-hover {
	opacity: 1
}

/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}

.widget-area .widget_search {
	overflow: hidden;
}

.widget-area .widget_search input {
	float: left;
}

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

/* pax starts here */

/* apply a natural box layout model to all elements */

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*	http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126	*/

html, body, div, span, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, em, img, ins, q, s, small, strike, strong, sub, tt, var, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

h1, h2, h3, h4, h5, h6, p, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

/* general structure */

#page {
	max-width: 1060px;
	margin: 0 auto;
}
.page-template-template-full-width #page {max-width: 1280px; }
header#branding hgroup h1 a {
	max-width: 1060px;
}

#primary {
	max-width: 680px;
	padding-right: 5px;
}

article img {
	max-width: 100%;
	height: auto;
}

#secondary {
	width: 380px;
	xbackground-color: #FAFAFC
}

#homeIntroHeader {
	background-image: url('images/background-efor.jpg');
	min-height: 140px;
	color: White;
	background-size: cover;
	overflow: hidden;
}

#homeIntroHeader nav.horizontalMenu ul, #homeIntroHeader nav.horizontalMenu {
	background: none;
	padding: 0;
	margin: 0;
}

#homeIntroHeader nav.horizontalMenu li:after {
	content: "";
	display: none;
}

#homeIntroHeader nav.horizontalMenu li {
	border: 1px solid #999;
	border-radius: 0.4ex;
	padding: 0.5ex 1ex;
	margin-right: 1ex;
}

#headerActionButtons {
	margin-top: 1.4ex !important;
}

#headerActionButtons li {
	border-radius: 0 !important;
	box-shadow: 2px 2px 0 black;
	margin: 1px 0;
	background-color: rgba(36, 38, 51, .5);
	font-size: 18px;
	float: none;
	display: inline-block;
}

#headerActionButtons li a {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .5), 1px 1px 1em black;
	text-transform: uppercase;
	color: white !important;
	opacity: 1;
}

#headerActionButtons li:first-child {
	border-color: yellow !important;
}

#headerActionButtons li:first-child a {
	color: yellow !important;
	font-weight: 400;
}

/* 	#headerActionButtons li {background-color: #69c2ea;} */

/*#headerActionButtons li:last-child { background-color:transparent}*/

/* #headerActionButtons li:nth-child(2) { background-color: #fcbb61} */

#headerActionButtons #mailchimpsf_widget-2, #headerActionButtons #mailchimpsf_widget-2 div, #headerActionButtons #mailchimpsf_widget-2 input {
	display: inline-block;
	margin: 0;
	padding: 0
}

#headerActionButtons #mailchimpsf_widget-2 input {
	height: 2em;
}

#headerActionButtons #mc_mv_EMAIL {
	width: 9em;
}

#headerActionButtons #mailchimpsf_widget-2_submit {
	width: auto;
	padding: 0 1ex !important;
}

#headerActionButtons #mailchimpsf_widget-2 form {
	border-left: 1px dotted #CCC;
	padding-left: 0.5ex;
}

#headerActionButtons #mc_signup_submit {
	width: 5em
}

#headerActionButtons #mc_message span, #headerActionButtons #mc_message strong {
	display: block;
	position: absolute;
	float: right;
	background-color: LightYellow;
	text-shadow: none;
	border-radius: 3px;
	padding: 4px;
	box-shadow: 1px 1px 5px #000;
}

#headerActionButtons #mc_message span {
	margin-top: -3.2em;
}

#headerActionButtons #mc_message strong {
	margin-top: -6em;
	width: 25em;
	font-size: 0.8em;
	margin-left: -5em;
}

#mailchimpsf_widget-2 h2.widgettitle, #mc_subheader, #mc_signup_form .mc_merge_var label {
	display: none !important;
}

#homeIntroHeader #site-title {
	display: inline-block;
	margin: 1ex 1em;
}

/* DONEAZÄƒ Header */

#arsPoetica {
	width: 40em;
	display: inline-block;
	float: right;
	margin: 1em;
	padding-right: 1em;
	font-size: 16px;
	font-weight: 300;
	color: rgba(255, 255, 255, .85)
}

#arsPoetica p a {
	color: LightYellow;
	font-weight: 400;
	text-decoration: none;
	border-bottom: 2px solid LightYellow;
	text-shadow: 1px 1px 1px black, 2px 2px 1px black, -1px -1px 0 black;
}

#arsPoetica .mark-dark {margin-left: 1ex;
	background-color: rgb(160, 0, 0); font-weight: bold; font-size: 20px;
}
#arsPoetica .flag-ukr img {
	transform: scale(1.25);
}
.page #main #primary {
	background-color: #F9F9FA;
	padding: 20px;
	max-width: 675px;
	min-height: 380px
}

#ie6 #primary, #ie7 #primary, #ie8 #primary {
	max-width: 670px
}

.sideStackLight {
	display: inline-block;
}

.clear {
	clear: both !important;
}

#homeFb {
	position: fixed;
	top: 50px;
	margin-left: 1070px;
}

header#branding {
	margin-bottom: 2px;
}

header#branding #topNav a#lang-english {
	background: url('images/english.gif') no-repeat right;
	padding-right: 20px;
	border-left: 1px solid #888;
}

#colophon {
	border-top: 1px solid #CCC;
	padding: 12px 1px;
	font-size: 11px;
	color: #333;
}

#colophon>span {
	float: left;
}

#colophon nav {
	float: right;
}

#colophon nav a {
	text-decoration: none;
}

#footerLogin a {
	display: none;
	text-decoration: none;
}

#footerLogin a:before {
	content: "\2192";
	margin-right: 5px;
}

#footerLogin a:hover {
	color: blue;
}

#colophon span:hover #footerLogin a {
	display: inline;
}

/**
 * 	GENERAL TYPOGRAPHY
 * 	---
 * 	Roboto+Slab:300,400,700
 * 	Roboto:300,300i,400,400i,700,700i,900,900i
 * 	Open+Sans:300,300i,400,400i,600,600i,700,700i
 */

body {}

.sansSerif {}

.openSans {}

body, nav, .sideStack article {}

article .entry-content {
	font-family: var(--font-serif);
	color: #333;
/* 	font-weight: 400; */
}

nav, input.txtBtn, #topNav a, #colophon, .breadcrumbs, .entry-meta, .mediaOutlet, a.showArchive, .pageHeader, .page-header .page-title, .page #page .entry-title, .authorList li, .memberList .sectionHeader, #mobileMenu {
	font-weight: 200
}

article .entry-content {
	font-family: var(--font-serif);
	font-size: 16px;
	line-height: 1.35;
	overflow: hidden;
}
article .entry-content  ul li {margin-bottom: 1em;}

.authorDescription {
	font-family: var(--font-serif);
	font-weight: 300;
}

.post-type-archive-event .event-meta {}

.list-articles-archive li {}

/**
 *	END OF TYPOGRAPHY
 */

#primary article header {
	margin-bottom: 1ex;
}

#primary article header .entry-title {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	border-bottom: 3px solid #EEF;
	display: inline;
	/* line-height: 0.85; */
	/* padding-bottom: 0.8ex; */
}

#primary .singleProgram article header .entry-title {
	display: block;
}

body.archive #primary article .entry-content {
	font-size: 14.5px;
	line-height: 1.33;
}

small {
	font-size: 0.8em;
	opacity: 0.85
}

body.single #primary article header h1.entry-title {
	font-size: 22px;
	padding-bottom: 0;
	border-bottom: none;
}

.subtitle {
	font-size: 15px;
	font-weight: 300;
	margin: 0.25ex 0 0 0;
	text-transform: uppercase;
}

.subtitle a {
	text-decoration: none;
	color: #333;
}

.event_meta {
	margin: 1ex 0;
	padding: 0.7ex 1ex;
	font-size: 14px;
	text-shadow: 1px 1px 1px White;
	background: WhiteSmoke;
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999
}

/* .event_meta [itemprop="endDate"],
.event_meta [itemprop="startDate"]{border-right:1px dotted #999;padding:0 1ex;}
 */

.entry-title {
	margin: 0;
}

.subtitle {
	margin-bottom: 5px;
}

article header .entry-title a {
	text-decoration: none;
	color: #000;
}

/*article .entry-content p{font-size:14px;line-height:19px}
*/

body.home article .entry-content p {
	font-size: 14px;
	line-height: 1.35;
}

article header .entry-meta, .mediaOutlet {
	font-size: 12px;
	opacity: 0.6
}

.mediaOutlet {
	font-weight: 400;
	text-decoration: underline;
}

#primary #homeFeatured article.post .entry-content p {
	font-size: 16px;
	line-height: 1.35;
}

#primary #homeFeatured article.post .entry-title {
	font-size: 24px;
}
 body.single #primary article header {
	margin-top: 10px
}

body.single #primary article h1.entry-title {
	font-size: 22px;
	margin-bottom: 15px
}

body.single #primary article h2.subtitle {
	font-size: 18px;
}

body.single.single-event #primary article h1.entry-title {
	font-size: 22px;
	margin-bottom: 5px
}

.press-clippings a {
	text-decoration: none
}

/*.breadcrumbs a{text-decoration:none;color:#333;fnt background-color:#FFD}
*/

article header .entry-meta {
	text-transform: uppercase;
}

article header .entry-meta a {
	text-decoration: none;
	color: #444;
}

article header .entry-meta time {
	color: #666;
}

.sideStack article p {
	font-size: 12px !important;
	line-height: 120% !important;
	color: #666;
}

/*.sideStack article.post header h1.entry-title{font-size:14px !important;line-height:16px;}
*/

.sideStack .entry-title a {
	color: #333;
}

.sideStack .entry-title {
	margin: 0;
	display: inline !important;
}

#primary article {
	padding-bottom: 1.25em;
	margin-bottom: 1.25em;
	border-bottom: 1px dotted #EEE;
}

/*article.post header h1.entry-title a:hover{background-color:#EEC;text-decoration:underline;}
*/

article header .entry-title a:hover {
	border-bottom: 1px solid #CCC;
}

.pressClippingAttachement {
	margin-top: 5px;
	display: inline-block;
	border: 1px solid #E0E0FF;
	padding: 4px;
}

.pressClippingAttachement a {
	opacity: 0.85
}

.pressClippingAttachement a:hover {
	opacity: 1;
	background-color: #EEE !important
}

.pressClippingAttachement a.article_url, .pressClippingAttachement a.article_scan {
	background: no-repeat 5px;
	padding: 5px 5px 5px 25px;
	background-color: #EEF;
	display: inline-block;
	text-decoration: none;
}

.pressClippingAttachement a.article_scan {
	background-image: url('images/icons/document_text_16.png');
}

.pressClippingAttachement a.article_url {
	background-image: url('images/icons/browser_window_16.png')
}

span.goOriginal {
	position: relative;
	display: inline-block;
	background-color: #FFE;
	padding: 3px;
	margin: 3px 0;
}

body.category-press-clippings img.photo {
	border-radius: 30px;
	clip: rect(0px, 60px, 60px, 0px);
	position: absolute;
}

.authorPhotoWrapper {
	width: 50px;
	height: 50px;
	border-radius: 30px;
	float: right;
	margin-left: 2px;
	opacity: 0.75;
	margin-top: -15px;
	position: relative;
}

#homeClippings article {
	overflow: hidden;
}

article:hover .authorPhotoWrapper {
	opacity: 1;
	filter: none;
	-webkit-filter: grayscale(0%);
}

#homeMediaQuotes .authorPhotoWrapper {
	display: none;
}

body.single .entry-content p, body.page .entry-content p {
	margin-bottom: 0.7em;
}

body.archive.author article .entry-content, body.archive.author img.attachment-article-side.wp-post-image {
	display: none
}

/*body.archive.author #masonryWall article{width:210px}
*/

.memberList .sectionHeader {
	font-size: 18px
}

blockquote {
	z-index: 5
}

/*blockquote p{border-radius:8px;background-color:#EEF;padding:10px;opacity:0.85}*/

/*	blockquote p:first-child:before{z-index:-1;content:"\201C";font-size:90px;float:left;position:relative;bottom:-20px;left:-10px;margin-right:-38px;color:#AAC;opacity:0.4}*/

blockquote p:last-child:after {
	z-index: -1;
	content: "\201C";
	content: open-quote;
	font-size: 90px;
	float: right;
	position: relative;
	top: 25px;
	margin-right: -10px;
	color: #AAC;
	opacity: 0.4
}

blockquote cite {
	display: block;
	margin-top: 5px;
	opacity: 0.9;
	font-size: 14px;
	color: #669
}

blockquote cite:before {
	content: "\2014 \2009";
}

.highlight {
	background-color: #F0F0C0;
	box-shadow: 0 1px 1px #CCC
}

a.wrapperlink {
	text-decoration: none;
	color: #111;
}

a:hover {
	opacity: 0.85
}

p::selection {
	background-color: #FF9;
}

body p::-moz-selection {
	background-color: #FF9;
}

/* blockquote[cite]:after{content:attr(cite);display:block;opacity:0.9;font-size:14px;color:#669;position:relative;top:-35px;border-top:1px solid #FFF;padding:10px;}*/

.ssBox {
	background-color: #FAFAFA;
}

.sideStack {
	padding: 10px;
	border-bottom: 1px solid #FFF;
}

.ssDark {
	background-color: #333;
}

.ssBold .entry-title a {
	font-size: 16px;
}

.ssBold article {
	border-bottom: 1px solid #CCC;
	padding: 4px 0;
	margin: 0 !important;
}

h1.sectionHeader, .sectionHeader, .pageHeader {
	color: #242633;
	opacity: .8;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	border-bottom: 1px dotted #666;
	margin: 0.5ex 0 1ex 0;
	padding-bottom: 0.5ex;
	/* 		text-shadow:-1px -1px 2px #FFE; */
}

.pageHeader, .page-header .page-title, .page #page .entry-title {
	margin: 1.5ex 0 0.5ex 0;
	display: inline-block;
	font-size: 32px;
	color: #333;
	font-weight: 700 !important;
}

#homeClippings, #homeMediaQuotes {
	padding: 10px;
	;
}

img.mediaICO {
	width: 32px;
	float: left;
}

.post-type-archive-event .event-meta {
	color: #555;
	font-size: 13px;
	border-bottom: 1px solid #CCF;
	display: inline-block;
	padding-bottom: 1px;
	margin-bottom: 2px;
}

.post-type-archive-event .event-meta time {
	color: #336
}

body.category.archive .mediaICO {
	margin-right: 3px;
	top: 5px;
	position: relative;
}

body.category-media-quotes.category.archive .mediaICO {
	float: right;
	margin: 0 0 0 3px
}

.ssBold article a, .ssBold article head h1 {
	margin-left: 38px;
	display: block;
}

#secondary a.showArchive {
	float: right;
	margin-top: 8px;
	text-decoration: none;
	line-height: 0.5;
	/*background-color:#99C;padding:0 3px;opacity:0.4;color:#FFF;font-size:14px;text-shadow:-1px -1px 1px #444;*/
}

#secondary a.showArchive:hover {
	font-weight: bold;
}

.ssBox, .ssBold {
	overflow: hidden;
}

.thumbwrapper {
	display: inline-block;
	float: left;
	/* background-image: linear-gradient(135deg, #ddddee 16.67%, #ffffff 16.67%, #ffffff 50%, #ddddee 50%, #ddddee 66.67%, #ffffff 66.67%, #ffffff 100%); */
	/* background-size: 8.49px 8.49px; */
/* 	background-image: radial-gradient(#b3b3bb 1px, transparent 1px); */
	border-radius: 1ex;
	background-size: 4px 4px;
	/* 	background-color: red; */
	margin: .5ex 1ex 1ex 0;
}

img.attachment-article-side, img.attachment-home-featured {
	/* margin:.25ex 1.5ex 0 0; */
	transform: translate(-6px, -1px);
	border: 2px solid rgba(255, 255, 255, .75);
	;
	/* box-shadow: .5ex .5ex 0 rgba(0,0,0,.1);  */
	background-color: White;
	/* border:1px solid #DDD; */
	/* padding:1px; */
	/*  background-color: White; */
	/* box-shadow: 2px 2px 4px #DDD; */
}

.sideStack img.attachment-thumbnail {
	width: 60px;
	float: right;
	margin: 0 0 0 5px;
}

.sideStack article h1, .sideStack article h2, .sideStack article h3 {
	font-size: 12px
}

.sideStack article {
	margin: 10px 0;
}

.single #primary footer.entry-meta, .single #primary header .entry-meta {
	font-size: 12px;
}

.single #primary footer.entry-meta {
	border-top: 1px dashed #CCE;
	margin-top: 10px;
	padding-top: 10px;
	opacity: 0.6
}

.single #primary footer.entry-meta:hover {
	opacity: 1
}

body.author #authorProfile .lang, .single #primary .lang {
	float: right;
}

.lang a {
	text-decoration: none;
}
.lang a[title="ro_RO"]{display: none;}
.single #primary footer.entry-meta a {
	text-decoration: none;
}

.single #primary footer.entry-meta a:hover {
	background-color: #EFEFEF;
}

a[rel=tag] {}

#homeShoutbox img {
	float: right;
	margin-left: 5px;
	border: 1px solid #DDD;
	padding: 2px;
	width: 80px
}

#homeShoutbox article {}

/*	#homeShoutbox{background-color:#333;color:#FFF}
#homeShoutbox .entry-title a{color:#EEE}

	#homeShoutbox .entry-meta, #homeShoutbox h1.entry-title{display:inline;}
*/

#homeShoutbox {
	background-color: #CCF;
}

#homeShoutbox article p {
	color: #333
}

#homeShoutbox .entry-title a {
	color: #335;
	text-shadow: -1px -1px 1px #EEE
}

#homeShoutbox .entry-title a:hover {
	background: none
}

#homeShoutbox .sectionHeader {
	color: #335;
	text-shadow: -1px -1px 1px #EEE;
	background: url('images/icons/comment_16.png') right no-repeat;
	opacity: 0.9;
	display: inline-block;
	padding-right: 20px
}

#homeShoutbox img.attachment-article-side {
	border: 1px solid #EEF;
	opacity: 0.8
}

#homeShoutbox .entry-title {
	margin-bottom: 3px;
	font-size: 15px;
	opacity: 0.9
}

.singleProgram, #homeFeatured {
	margin: 0 0 20px 0;
	background-image: linear-gradient( transparent, transparent 80%, #EEF);
	border-bottom: 4px solid #CCF;
	border-radius: 5px;
	padding: 5px 10px 1px 10px;
}

#page .singleProgram article, #homeFeatured article {
	margin-bottom: 0
}

#page .singleProgram article .entry-content {
	padding: 0 1em;
}

#page .singleProgram article {
	padding-bottom: 0;
}

#homeFeatured .subContainer {
	padding-top: 7px;
	overflow: hidden;
}

#frontNews {
	margin-bottom: 30px
}

a.more {
	text-decoration: none;
	color: blue
}

a.more:hover:after {
	content: ">";
}

.tooltip {
	display: inline;
	position: relative
}

.tooltip:hover {
	text-decoration: none
}

.tooltip:hover:after {
	background: #999;
	border-radius: 5px;
	bottom: 18px;
	color: #fff;
	content: attr(data-tooltip);
	display: block;
	left: 50%;
	padding: 3px 10px;
	position: absolute;
	white-space: nowrap;
	z-index: 98;
	font-size: 11px;
}

.tooltip:hover:before {
	border: solid;
	border-color: #999 transparent;
	border-width: 6px 6px 0 6px;
	bottom: 12px;
	content: "";
	display: block;
	left: 75%;
	position: absolute;
	z-index: 101;
}

#authorProfile {
	overflow: auto;
	/*border-radius:8px;*/
	xbackground-color: #FAFAFA;
	padding: 1em 1em 0 0;
}

#authorProfile img.photo {}

#authorProfile a.email {
	font-size: 14px
}

#authorProfile .authorDescription {
	margin: 1em 0 0 160px;
}

#authorProfile .authorDescription p {
	margin-bottom: 1em
}

#authorProfile .userPhoto {
	float: left;
	margin-right: 10px;
}

.hiResUserPhoto {
	text-align: center;
}

.hiResUserPhoto a {
	background: url('images/icons/document_image_down_16.png') no-repeat;
	padding: 2px 2px 2px 20px;
	font-size: 12px;
	color: #336;
	border: 0 none;
	opacity: 0.7;
	text-decoration: none;
}

.memberList {
	display: block;
	border: 1px solid #EEE;
	margin-bottom: 1em;
}

ul.authorList {
	list-style: none;
}

#articlesBy {}

#articlesBy .sectionHeader {
	font-weight: 500 !important;
	padding: 1ex 0;
	margin: 1ex 1ex 2ex 0;
	font-size: 22px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	display: block;
}

#articlesBy article a {
	color: #333;
	text-decoration: none;
	font-weight: 300;
	line-height: 1.1;
	font-size: 16px !important;
	font-family: var(--font-serif);
}

#articlesBy article {
	overflow: hidden;
	margin-bottom: 2.5ex;
	padding-right: 0;
}

#articlesBy article img.attachment-thumbnail {
	float: left;
	width: 6.6ex;
	margin-right: 1ex;
	margin-top: .25ex;
}

#articlesBy article img+h4 {
	margin-left: 7.6ex;
}

/* .authorList .lastName {color: Black;} */

/* .authorList li#user10, */

/*  .authorList li#user11, */

/*  .authorList li#user13 , */

/*  .authorList li#user14
  {display: none}*/

/* .authorList img{margin-right:1ex; vertical-align: middle; float: none; width: 66px; height: 66px; border-radius: 60px;    } */

.authorList .userThumb {
	margin-right: 1ex;
	vertical-align: middle;
	float: none;
	width: 66px;
	height: 66px;
	border-radius: 60px;
	display: inline-block;
	overflow: hidden;
}

.authorList li:hover a {
	opacity: 1
}

.authorList li a {
	text-decoration: none;
	font-size: 1.2em;
	opacity: 0.8;
	color: #555;
	padding: 0.7ex 0;
	display: block
}

.authorList span {}

.ssDark .authorList li {
	background-color: transparent;
	border-bottom: 1px solid #222;
	border-top: 1px solid #444;
}

.ssDark .authorList li a {
	color: #EEF
}

.ssDark .sectionHeader {
	text-shadow: 1px 1px 1px #000;
	color: #CCC;
	font-weight: normal;
	opacity: 0.6;
	border: none;
}

/* iconize extensions */

a[href$='.doc'], a[href$='.docx'], a[href$='.rtf'] {
	padding: 5px 20px 5px 0;
	background: transparent url(images/icons/icon_doc.gif) no-repeat center right;
}

a[href$='.txt'] {
	padding: 5px 20px 5px 0;
	background: transparent url(images/icons/icon_txt.gif) no-repeat center right;
}

a[href$='.xls'], a[href$='.xlsx'] {
	padding: 5px 20px 5px 0;
	background: transparent url(images/icons/icon_xls.gif) no-repeat center right;
}

a[href$='.pps'], a[href$='.ppt'], a[href$='.pptx'], a[href$='.ppsx'] {
	padding: 5px 20px 5px 0;
	background: transparent url(images/icons/icon_pps.gif) no-repeat center right;
}

a[href$='.pdf'] {
	padding: 5px 20px 5px 0;
	background: transparent url(images/icons/icon_pdf.gif) no-repeat center right;
}

a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'], a[href$='.bzip'], a[href$='.ace'] {
	padding: 5px 20px 5px 0;
	background: transparent url(images/icons/icon_archive.gif) no-repeat center right;
}

a[href$='.pdf'].imgPdfLink {
	background: transparent none;
	padding: 0;
}

a[href$='.ace']:after, a[href$='.bzip']:after, a[href$='.doc']:after, a[href$='.docx']:after, a[href$='.gzip']:after, a[href$='.pdf']:after, a[href$='.pps']:after, a[href$='.ppsx']:after, a[href$='.ppt']:after, a[href$='.pptx']:after, a[href$='.rar']:after, a[href$='.rtf']:after, a[href$='.txt']:after, a[href$='.xls']:after, a[href$='.xlsx']:after, a[href$='.zip']:after {
	color: #633;
	text-decoration: underline;
	font-size: .8em;
	margin-left: 2px;
	background-color: LightYellow;
}

a[href$='.ace']:after {
	content: '(ace)';
}

a[href$='.bzip']:after {
	content: '(bzip)';
}

a[href$='.doc']:after {
	content: '(doc)';
}

a[href$='.docx']:after {
	content: '(docx)';
}

a[href$='.gzip']:after {
	content: '(gzip)';
}

a[href$='.pdf']:after {
	content: '(pdf)';
}

a[href$='.pps']:after {
	content: '(pps)';
}

a[href$='.ppsx']:after {
	content: '(ppsx)';
}

a[href$='.ppt']:after {
	content: '(ppt)';
}

a[href$='.pptx']:after {
	content: '(pptx)';
}

a[href$='.rar']:after {
	content: '(rar)';
}

a[href$='.rtf']:after {
	content: '(rtf)';
}

a[href$='.txt']:after {
	content: '(txt)';
}

a[href$='.xls']:after {
	content: '(xls)';
}

a[href$='.xlsx']:after {
	content: '(xlsx)';
}

a[href$='.zip']:after {
	content: '(zip)';
}

/* archives pages */

body.archive.category #primary {
	max-width: 1060px;
	padding: 0
}

body.archive.category article {
	width: 525px;
	padding: 1ex 2ex 2ex 0;
	margin: 1ex 0 !important;
}

body.archive.category.category-press-clippings article {
	padding: 5px 15px 5px 5px;
	margin: 0 4px 5px 0 !important;
}

body.archive.category #content {
	width: 1060px;
}

body.category-media-quotes img.attachment-thumbnail {
	position: relative;
	right: -10px;
	padding: 2px;
	border: 1px solid #DDD;
}

/*
* WP-Paginate - WordPress Pagination Function
*/

.wp-paginate {
	padding: 2px;
	margin: 5px;
	text-align: center;
	opacity: 0.6;
	background-color: WhiteSmoke
}

.wp-paginate:hover {
	opacity: 0.8;
}

.wp-paginate li {
	display: inline;
	list-style: none;
}

.wp-paginate a {
	margin: 0 5px;
	text-decoration: none
}

.wp-paginate a:hover, .wp-paginate a:active {
	text-decoration: underline;
}

.wp-paginate .title {
	color: #555;
	margin-right: 4px;
}

.wp-paginate .gap {
	color: #999;
	margin-right: 4px;
}

.wp-paginate .current {
	font-weight: bold;
}

.wp-paginate .page {}

.wp-paginate .prev, .wp-paginate .next {}

/* lazy shitty hide translated author profile*/

body.ro_RO .lang_en_US, body.us .lang_ro_RO, body.en_US .lang_ro_RO {
	display: none
}

.form-allowed-tags {
	display: none
}

.simple-footnotes, p.notes {
	font: 13px 'Roboto', sans-serif !important;
	margin: 0;
	padding: 0
}

.simple-footnotes {
	border-top: 1px solid #DDD;
	margin-top: 40px;
	opacity: 0.6
}

.simple-footnotes:hover {
	opacity: 1
}

.simple-footnotes ol, .simple-footnotes p.notes {
	margin-top: 0 !important;
	padding-top: 0 !important, margin-bottom:0 !important;
	padding-bottom: 0 !important
}

.simple-footnotes li {
	margin-left: 5px;
}

#debug {
	position: absolute;
	top: 0;
	font-size: 11px;
	left: 2px;
	display: inline;
	background-color: #FFC;
	opacity: 0.4;
	/*display:none*/
}

/*a.post-edit-link{background-color:#242633;color:#EEE;border:1px solid #CCC;text-shadow:1px 1px 1px #000;text-decoration:none;padding:2px;font-family:Helvetica, Arial, sans-serif;opacity:0.7;font-size:11px}
*/

a.post-edit-link {
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #EEF url(images/hoveredit.gif) no-repeat left center;
	font-size: 11px;
	margin-left: 3px;
	padding: 2px 6px 1px 18px
}

a.post-edit-link:hover {
	background-image: url(images/hoveredit.gif);
	color: #000;
	background-color: #DDE
}

.chapeau {
	border-bottom: 2px solid #669;
	font-style: italic;
	color: #224;
	margin: 15px 0 15px 0;
}

/* harta bugetelor */

.bubble {}

.bubble .siruta {
	color: red;
	font-size: 10px
}

.bubble h3 {
	margin: 3px 0;
	font-weight: normal;
	font-size: 22px;
	display: inline-block;
}

.bubble label {
	color: #999;
	margin: 0 5px;
	font-size: 18px
}

.bubble table {
	border-top: 2px solid #666;
	padding-top: 3px
}

.bubble table td {
	text-align: center;
	font-size: 12px;
	padding: 1px;
	border-bottom: 1px dotted #CCC;
}

.bubble table tr td:first-child {
	text-align: right;
	color: #333;
	padding-right: 3px;
}

.bubble table tr:last-child td {
	background-color: #EEF;
}

.bubble table tr:first-child td {
	color: #339;
	background-color: #EEE
}

/* transitions */

nav.horizontalMenu .simpleSearchForm input#s2 {
	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

.box1 {
	border: 1px solid #CCC;
	padding: 0.5ex 1ex;
}

a.box1 {
	text-decoration: none;
}

.list-unstyled {
	padding-left: 0 !important;
	list-style: none !important;
}

.article-meta {
	display: inline-block;
	border-top: 1px solid #DDD;
	padding-top: 1ex;
	font-size: 0.8em
}

.article-meta .label {
	opacity: 0.8
}

body.post-type-archive-program #content .entry-meta {
	display: none
}

/* drop down menus */

.horizontalMenu ul {
	z-index: 199;
}

.horizontalMenu li ul.sub-menu {
	display: none;
	position: absolute;
	background-color: #242633;
	padding: 0 1ex 1ex 1ex;
	margin-left: -1ex;
	margin-top: 1.5em;
}

.horizontalMenu li:hover ul.sub-menu {
	display: block
}

.horizontalMenu ul.sub-menu li {
	display: block;
	float: none;
	margin-top: 1ex;
	padding-top: 0.5ex;
	border-top: 1px solid rgba(255, 255, 255, .1);
	;
}

.horizontalMenu ul.sub-menu li:after {
	content: ''
}

li.menu-item-has-children>a:after {
	content: " \203A";
	opacity: 0.5
}

body.single-program .singleProgram>article .article-meta, body.single-program article.program header .entry-meta, body.single-program article.program footer.entry-meta, .singleProgram footer.supportFooter {
	display: none
}



.singleProgram>article .entry-title:before {
	content: '\00A0\00A0 PROGRAM:';
	font-weight: normal;
	opacity: 0.5;
	font-size: 0.9em;
	margin-right: 0.5ex
}

.singleProgram>article .entry-content p:last-child {
	margin-bottom: 0
}

.proiecteProgram article {
	margin-bottom: 0 !important
}

.proiecteProgram article h3.entry-title {
	font-size: 1.15em !important; font-weight: normal !important;
}
.singleProgram + section.proiecteProgram article h3.entry-title {
 font-weight: bold !important;
}

.proiecteProgram article p {
	line-height: 1.33;
}

.proiecteProgram article a {
	text-decoration: none;
	color: #333
}

.singleProgram+h2.sectionHeader {
	border-bottom: 2px solid #CCC;
	color: #333;
	font-weight: normal;
}

.proiecteProgram .sectionHeader {
	text-transform: none;
	margin-top: 1.5em;
}

.proiecteProgram .sectionHeader em {
	font-weight: bold;
	font-style: normal;
}


body.single-program .singleProgram figure > img { object-fit: cover;   max-height: 13em; }
body.single-program .singleProgram figure {margin: 1.5em 1em 1ex 1ex;  max-width: 20em;  }
.singleProgram + section.proiecteProgram {padding: 1px 1.5em; background-color: #EEEEFFAA; border-radius: 4px; border: 1px solid #EEF;}
.singleProgram + section.proiecteProgram h2.sectionHeader  {margin-top: 1em;}
.singleProgram + section.proiecteProgram  figure img {mix-blend-mode: multiply;}

#frontPageEvents article {
	background-color: #FAFAFC;
	border: 1px solid #F0F0F0;
	padding: 1.3ex;
	margin-bottom: 1ex;
}

#frontPageEvents article header {
	margin: 0;
	line-height: 1.1;
}

#frontPageEvents article header a {
	text-decoration: none;
	font-size: 14px;
	color: #333;
}

#frontPageEvents article header a:hover {
	opacity: 0.75
}

#frontPageEvents .event-meta {
	border-bottom: 1px solid #DDD;
	color: #555;
	margin-bottom: 0.5ex;
	padding-bottom: 0.5ex;
	font-size: 13px;
}

#frontPageEvents.columns2 {
	-webkit-column-gap: 1ex;
	-moz-column-gap: 1em;
	column-gap: 1em;
}

#frontPageEvents a {
	text-decoration: none;
	color: Black
}

#frontPageEvents a:hover article {
	background-color: #FFE;
	border: 1px solid #DDD;
}

#stiriPrograme {}

#stiriPrograme.sideStack article {
	margin: 3px 0;
}

#stiriPrograme .entry-title {
	display: inline;
	font-size: 12px
}

#stiriPrograme header a {
	text-decoration: none;
	color: Black
}

#stiriPrograme .entry-content a {
	text-decoration: none;
	line-height: 1.3;
	color: #333;
	font-size: 12px;
	display: block;
	margin-top: 0.5ex
}

a.otherNews {
	text-decoration: none;
	color: Black;
	font-size: 12px;
	display: block;
	margin-bottom: 0.5ex;
	padding-bottom: 0.5ex;
	border-bottom: 1px dotted White;
}

#stiriPrograme small {
	font-size: 11px;
}

#stiriPrograme .entry-header {
	line-height: 1;
}

#stiriPrograme small:before {
	content: '('
}

#stiriPrograme small:after {
	content: ')'
}

/* arhiva articole */

.list-articles-archive time {
	display: inline-block;
	margin: 1ex 0 2px 0;
	font-size: 13px;
	color: #369;
	background-color: #EFE;
	border-radius: 2px;
	padding: 1px 2px;
	text-transform: uppercase;
}

.list-articles-archive li a+small {
	font-size: 0.8em;
	background-color: #E66;
	border-radius: 2ex;
	color: White;
	height: 2.2ex;
	width: 2.2ex;
	display: inline-block;
	text-align: center;
}

.list-articles-archive li {
	margin: 1ex 0 !important;
	line-height: 1.2;
	font-size: 15px;
	border-bottom: 1px dashed #E0E0EC;
	padding-bottom: 5px;
	padding-right: 5px;
}

.list-articles-archive li a {
	text-decoration: none;
	color: #000;
	;
}

.list-articles-archive li a:hover {
	background-color: #99C;
	color: White;
	text-shadow: 1px 1px 1px #555
}

/* populisme */

body.single-populisme #primary .entry-content h2 {
	line-height: 1.2;
	margin: 1.5em 0 1ex 0;
	border-top: 2px dotted LightBlue;
	padding-top: 2em
}

body.single-populisme #primary .entry-content {
	counter-reset: section;
}

body.single-populisme #primary .entry-content h2:before {
	line-height: 1;
	font-weight: normal;
	counter-increment: section;
	content: counter(section);
	margin-left: -2em;
	margin-top: -0.4ex;
	height: 1.4em;
	width: 1.7em;
	padding-top: 0.6ex;
	position: absolute;
	border-radius: 1em;
	display: inline-block;
	text-align: center;
	background: #EEF;
}

#toc_container {
	padding: 2ex 2.5ex;
	margin: 0 0 1em 0;
	border-radius: 1ex;
	background-color: WhiteSmoke;
}

.single #content ul.toc_list, .page #content ul.toc_list, .single #content ul.toc_list ul, .page #content ul.toc_list ul {
	list-style: none !important;
	font-size: 15px;
}

.toc_number {
	margin-left: -1.6ex;
	color: #777;
	left: -0.5ex;
	display: inline-block;
	position: relative;
}

.toc_list a {
	text-decoration: none;
	color: #000
}

.toc_list li {
	margin-bottom: 1ex !important
}

section.excerpt {
	background-color: #EEF;
	padding: 1ex;
	margin-bottom: 1em;
	font-size: 1.1em;
	border-radius: 1ex;
}

body.single-populisme blockquote p {
	background: none;
	border-radius: 0;
	border-left: 2px solid #999;
	margin-left: 1ex;
	padding-top: 0;
	padding-bottom: 0
}

body.single-populisme q {
	font-style: oblique;
	border-bottom: 1px dashed Red;
}

body.single-populisme blockquote q {
	border-bottom: 0 none;
	color: Black
}

body.single-populisme #primary .entry-content small {
	font-size: 0.8em;
	color: #555;
	display: block;
	text-align: center;
}

body.single-populisme #primary .entry-content small:before {
	content: '\2022 \2022 \2022  ';
	height: 1px;
}

body.single-populisme #primary .entry-content small:after {
	content: '  \2022 \2022 \2022';
	height: 1px;
}

body.single-populisme #primary .entry-content small a {
	font-style: none
}

.post-type-archive-populisme time.entry-date {
	color: black;
	font-size: 16px;
}

.post-type-archive-populisme time.entry-date small {
	opacity: 0.7;
}

#sideEvents {
	/*border:1px solid #DDD; */
	padding: 0.5ex;
}

#sideEvents ul {
	font-size: 13px;
}

#sideEvents a {
	text-decoration: none;
	color: #333;
}

#sideEvents time {
	font-size: 0.8em;
	width: 3.6em;
	position: absolute;
	display: inline-block;
	padding-top: 0.75ex;
	float: left;
	text-transform: uppercase;
	color: #666;
	text-align: right;
}

#sideEvents a strong {
	font-weight: 300;
	margin-left: 3.3em;
	padding: 0.35ex 0 0.35ex 0.5ex;
	display: inline-block;
	border-left: 1px dotted #DDD;
	color: Black;
}

#sideEvents li {
	border-bottom: 1px dotted #DDD;
	padding: 0;
}

#sideEvents li:last-child {
	border: none
}

/* 	#sideEvents li:hover {background-color: #FFD} */

.eventArchiveLink {
	text-align: right;
}

.eventArchiveLink a {
	font-size: 0.8em;
	opacity: 0.7;
	padding: 0 1ex;
}

#mailchimp-sidebar .mc_merge_var, #mailchimp-sidebar .mc_signup_submit {
	display: inline
}

#mailchimp-sidebar label[for="mc_mv_EMAIL"] {
	display: none
}

#mailchimp-sidebar .mc_input {
	width: 17em !important;
	height: 2em;
}

#mailchimp-sidebar #mailchimpsf_widget-2_submit {
	width: 7em !important;
	height: 2em;
}

#mailchimp-sidebar {
	background-color: LightYellow;
	border: 1px solid #CCC;
	margin: 1ex 0 !important;
}

#footerMenu li {
	display: inline;
	margin-left: 1.5ex;
}

.fm-form input#fm_form_submit.submit {
	float: none;
	padding: 0 1ex;
	margin: 1em
}

.fm-form input {
	padding: 1.5ex 1ex
}

.page #content article .fm-form ul {
	padding-left: 0
}

#fm-form-1, .telefoane {
	border: 1px solid White;
	border-radius: 1ex;
	background-color: #EEF;
	display: inline-block;
	min-width: 16em;
	box-shadow: 1px 1px 1ex #DDD;
	text-shadow: 1px 1px 1px White
}

.telefoane h3, .fm-form h2 {
	border-bottom: 1px solid White;
	font-weight: normal;
	padding: 0.5ex 1ex;
	margin-bottom: 1ex;
	background-color: #DDF;
	border-top-left-radius: 1ex;
	border-top-right-radius: 1ex;
}

.telefoane em {
	display: inline-block;
	width: 4.5em;
	text-align: right;
	font-style: normal;
}

.telefoane ul.list-unstyled, #fm-form-1 ul {
	margin: 1ex 1.5ex !important
}

.telefoane a {
	text-decoration: none;
	color: DarkRed;
	font-weight: bold;
}

#fm-form-1, #fm-form-1 li {}

#fm-form-1 input[type="text"], #fm-form-1 textarea, #fm-form-1 select {
	width: 20em;
	font-size: 14px;
	min-height: 2em;
	padding-left: 1ex;
}

#fm-form-1 input[type="file"] {
	border: none;
}

#fm-form-1 h2 {
	font-size: 1.2em;
}

.fm-form hr {
	border: none;
	border-top: 1px solid White;
}

.fm-form label {
	font-size: 0.8em;
	color: #333
}

.fm-form li small {
	font-size: 0.66em;
	opacity: 0.8;
	line-height: 1 !important;
}

.fm-form li {
	margin-bottom: 2ex !important;
}

.page-id-3395 #bottomNote {
	font-size: 0.8em
}

/* make page full-width, no sidebar */

.postid-7553 #primary,
/*conferinta-banii-si-politica*/

.postid-4737 #primary, .postid-8273 #primary,
/*conferinta-reconnectmoldova*/

.postid-7553 #primary, .postid-4737 #primary, .postid-4060 #primary, .page-id-3860 #primary, .page-id-2724 #primary, body.page-arhiva #primary, #page-id-5011 #primary {
	max-width: 100% !important;
}

.postid-4060 #post-4060 {
	max-width: 100% !important;
}

.postid-7553 #secondary, .postid-4737 #secondary, .postid-4060 #secondary, .postid-8273 #secondary, .page-id-3407 #secondary {
	display: none
}

.full-width, .full-width article.page, .full-width-page, .full-width-page article.page {
	max-width: 100% !important;
	background-color: transparent !important;
	padding: 0 !important;
}

/*.full-width-page #secondary {display: none}*/

/* form display results sesizari electorale */

.page-id-3553 #primary, {
	max-width: 100% !important;
	background-color: transparent !important
}

.page-id-3553 article.page {
	max-width: 100% !important;
}

.page-id-3553 #secondary {
	display: none
}

.page-id-3553 .fm-summary {}

article#post-3553 .entry-content {
	font-size: 14px;
}

article#post-3553 .entry-content h2 {
	font-size: 1em;
	font-weight: normal;
	margin-top: 2em;
}

ul#fm-summary {
	font-size: 13px;
	padding-left: 0 !important;
	list-style: none !important;
	background-color: WhiteSmoke;
	margin-left: 0 !important;
	box-shadow: 1px 1px 1ex #CCC;
	padding: 1ex !important
}

ul#fm-summary li {
	display: inline-block;
	border-right: 1px solid #999;
	padding: 0.5ex 1ex 0.5ex 0.5ex
}

li#fm-item-problema {
	max-height: 10em;
	overflow: hidden;
	opacity: 0.7;
	border-right: none !important;
	padding-right: 0.5ex;
	display: block !important
}

li#fm-item-problema:hover {
	max-height: 100%;
	opacity: 1
}

#mc_subheader {
	margin: 0.5ex 0 -1.9ex 0 !important;
}

/* JURIDICE */

body.archive.category.category-juridice article {
	background-color: transparent;
	width: auto
}

body.archive.category.category-juridice .entry-content {
	font-size: 12px;
}

#juridice_last {
	border-bottom: 5px solid #777;
	margin-bottom: 1em;
}

#juridice_all a {
	text-decoration: none;
	color: black;
}

#juridice_all ul li {
	font-size: 13px;
	border-bottom: 1px solid #CCC;
	padding: 0.5ex 0
}

#juridice_all .showArchive {
	display: none
}

#juridice_all h3 {
	font-size: 16px;
	margin-top: 3px;
}

#juridiceDisclaimer {
	border-top: 3px solid #999;
	margin-top: 1em;
	padding-top: 1ex;
}

#juridiceDisclaimer p {
	margin: 1ex 0;
	font-size: 12px;
}

#juridiceDisclaimer img {
	vertical-align: middle;
	margin: 2ex;
	transform: scale(0.6);
	filter: url(filters.svg#grayscale);
	/* Firefox 3.5+ */
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(1);
	/* Google Chrome, Safari 6+ & Opera 15+ */
}

#homeJuridice .entry-title {
	font-size: 17px;
}

#homeJuridice .entry-content p {
	font-size: 14px;
	line-height: 1.33 !important;
}

#topNav {
	text-align: right;
}

div#socialMediaColophon, #topNav span.lang, #topNav>div {
	display: inline-block;
	vertical-align: middle
}

#topNav span.lang {
	float: left;
	margin-left: 1em;
}

#socialMediaColophon a img {
	margin-right: 1px
}

.niceTable {
	margin: 1ex 0;
	background-color: #F9F9FC;
}

.niceTable, .niceTable td, .niceTable tr {
	border: 1px solid #E0E0E9;
	border-collapse: collapse;
	padding: 0.5ex
}

.niceTable thead td {
	border-bottom: 1px solid #CCC;
	background-color: #F0F0F9;
}

#featurette {
	overflow: hidden
}

#featurette a {
	display: block;
	min-height: 290px;
	width: 1060px;
	padding: 0;
	background-size: cover;
	text-decoration: none;
	position: relative;
	color: black;
}

#featurette a>span.featuretteContent {
	display: inline-block;
	padding: 0.5ex 0.75ex;
	font-size: 1.2em;
	background: none;
	width: 30em;
	position: absolute;
	bottom: 0;
	text-shadow: 1px 1px 1px White;
	margin: 1em;
	line-height: 1.25;
}

#featurette a span.featuretteContent h2, #featurette a span.featuretteContent h4 p {
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

#featurette a span.featuretteContent h2 {
	margin: 0;
	display: inline;
	font-weight: 700;
	font-size: 28px;
	background-color: rgba(255, 255, 225, .75);
	color: rgba(53, 53, 85, 1);
}

#featurette a span.featuretteContent h4 {
	margin-top: 0.05em;
	display: block;
	font-weight: 400;
	font-size: 18px;
}

#featurette a span.featuretteContent h4 p {
	background-color: White;
	display: inline;
	background-color: rgba(225, 225, 255, .85);
	color: Black;
}

#featurette.cycle-slideshow .cycle-slide {
	height: auto !important;
}

#featurette .cycle-pager {
	position: relative;
	margin-bottom: -51px;
	top: -3em;
	right: 1.5em;
	text-align: right;
	width: 10em;
	float: right;
}

#sidebarVideo {
	margin-bottom: 3px;
}

#sidebarVideo a {
	display: block;
	min-height: 250px;
	width: 380px;
	background-size: cover;
	text-decoration: none;
	margin-bottom: 2px;
	overflow: hidden;
}

#sidebarVideo a>span {
	padding: .5ex .75ex;
	position: absolute;
	bottom: 0;
	font-weight: 400;
	color: White;
	font-size: 20px;
	border-top: 1px solid rgba(255, 255, 255, .75);
	border-bottom: 1px solid rgba(255, 255, 255, .75);
	text-shadow: 2px 2px 0 rgba(0, 0, 0, .53);
	background-color: rgba(1, 1, 1, .43);
}

#sidebarVideo .cycle-pager {
	top: -1.5ex;
}

#sideVideo h3.sectionHead {
	margin-bottom: 2px;
	border-bottom: none;
}

body.post-type-archive-event #sideEvents {
	display: none
}

/* pager */

.cycle-pager {
	text-align: center;
	width: 100%;
	z-index: 105;
	overflow: hidden;
	position: absolute;
	top: 1ex;
}

.cycle-pager span {
	font-size: 50px;
	width: 16px;
	height: 16px;
	display: inline-block;
	color: #ddd;
	cursor: pointer;
	text-shadow: 0 0 2px Black;
}

.cycle-pager span.cycle-pager-active {
	color: #D69746;
}

.cycle-pager>* {
	cursor: pointer;
}

.supportFooter {
	display: block;
	clear: both;
	margin: 0.5em 0;
	background-color: WhiteSmoke;
	padding: 2ex;
	border: 1px solid #DDD;
	border-radius: 3px
}

.supportFooter p {
	margin-bottom: 2ex
}

#butoaneDoneaza {
	text-align: center;
	font-family: sans-serif
}

#butoaneDoneaza a {
	padding: 1.5ex 1ex;
	vertical-align: middle;
	width: 30%;
	border-radius: 5px;
	margin: 1ex;
	min-height: 7em;
	float: left;
	display: inline-block;
	font-size: 1em;
	text-shadow: 1px 1px 1px #DDD;
	color: Black;
	text-decoration: none;
}

#butoaneDoneaza a small {
	display: block;
	margin-top: 1ex;
	opacity: 0.7
}

#conturiEFOR {
	border: 1px dotted #CCC;
	border-radius: 4px;
	padding: 1ex;
	display: inline-block;
	text-align: center;
}

#conturiEFOR span {
	width: 3em;
	display: inline-block;
}

#conturiEFOR input {
	width: 18em;
	padding: 2ex;
	text-align: center;
	border: 0 none;
}

nav#access.horizontalMenu a {
	font-size: 19px;
}

nav#access.horizontalMenu {
	padding-left: 1ex;
	border-top: 1px solid #556;
}

body.author #primary {
	max-width: 780px;
	padding-right: 5px;
}

body.author #secondary {
	width: 280px;
	xbackground-color: #FAFAFC
}

body.archive.author .sideStack {
	margin-left: 153px !important
}

#sameCtgPosts li a {
	text-decoration: none;
	color: #333;
}

#sameCtgPosts li {
	padding-bottom: 1ex;
	margin-top: 1ex;
	border-bottom: 1px dotted #CCC;
}

#sameCtgPosts li:last-child {
	border-bottom: none;
}

#mailchimpsf_widget-2 {
	display: none !important;
}

#sideVideo h3 {
	margin: 0;
	border: none;
	font-weight: 300;
	opacity: 1;
	border-top: 1px dotted #CCC;
	padding-top: 2px;
	margin-top: 3px;
}

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

	BE RESPONSIVE!

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

@media screen and (max-width:1080px) {
	/* general structure */
	#page, body.archive.category #content {
		width: auto;
	}
	header#branding hgroup h1 a {
		max-width: auto;
	}
	#primary {
		max-width: 66%;
		padding-right: 4px;
	}
	#secondary {
		width: 34%;
	}
	article.post, article.event, article.page, #respond {
		max-width: auto;
	}
	body.archive.category article {
		width: 50%;
	}
	.page #main #primary {
		max-width: 475px;
		min-height: 380px
	}
	#primary article.post {
		width: 100%;
	}
	body.archive.author .sideStack article {
		width: 500px;
		margin: 5px 0 !important
	}
	.memberList .sectionHeader {
		font-size: 16px
	}
	nav.horizontalMenu a {
		font-size: 14px;
	}
	nav.horizontalMenu ul li:after {
		content: "/";
		margin: 0 4px;
	}
	#content {
		padding: 0 .75em;
	}
	/* formular electoral 2014 */
	#bottomNote {
		width: 380px;
		position: absolute;
		margin-left: 660px;
		top: 230px;
		font-size: 13px !important;
		padding: 1ex;
		background-color: WhiteSmoke;
	}
	#homeFb {
		position: absolute;
		top: 4em;
		right: 1em;
		margin: 0 !important;
	}
}

@media screen and (min-width:960px) {
	article.post, article.event, article.page, #respond {
		padding-right: 1.75em;
	}
	.columns3 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	.columns2 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 2.5em;
		-moz-column-gap: 2.5em;
		column-gap: 2.5em;
	}
		.colz-2 {		
		column-count: 2;		
		column-gap: 2ex;
	}
	
	.columns4 {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
	.colz-2 li,
	.columns3 *, .columns2 *, .columns4 * {
		break-inside: avoid-column;
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
	}
	#masonryWall {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		-o-column-count: 2;
		column-count: 2
	}
	#masonryWall article {
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
		-moz-page-break-inside: avoid;
	}
	.stickyx #access {
		position: fixed;
		top: 0;
		left: 0;
		box-shadow: 0 1px 14px #333;
		z-index: 201
	}
	.page-id-3407 #bottomNote {
		width: 380px;
		position: absolute;
		margin-left: 660px;
		top: 228px;
		padding: 2ex;
		background-color: WhiteSmoke;
	}
	.page-id-3407 #bottomNote p {
		font-size: 13px;
	}
	#bottomNote p:last-child {
		border-top: 1px dotted #CCC;
		padding-top: 1ex;
		font-size: 12px;
		position: relative;
		top: 1ex
	}
	.page-id-3407 #fm-form-1 ul {
		margin: 2em 0 0 2.5em !important
	}
	body.single-program #primary section.article-list.colz2 article {
		width: 48%;
		display: inline-block;
		vertical-align: top;
	}
	.d-inline-block.w50 {
		width: 48%;
	}
}

@media screen and (max-width:960px) {
	#branding {
		background-color: #335;
	}
	#branding #site-title img {
		width: 100%;
	}
	#branding #site-title {
		max-width: 21%;
		float: left;
	}
	#arsPoetica {
		font-size: 0.8em;
		position: absolute;
		max-width: 70%;
	}
	#headerActionButtons #mailchimpsf_widget-2 form {
		border-left: 0 none;
		padding-left: 0;
	}
}

@media screen and (max-width: 690px) {
	/* 	#headerActionButtons li:nth-child(2) {display: none;} */
	#arsPoetica {
		max-width: 100%;
	}
	article.has-post-thumbnail img.attachment-article-side {
		width: 100%;
	}
	#homeIntroHeader {
		min-height: 5em;
	}
	#homeFeatured {
		margin: 0 !important;
	}
	#frontNews article, #frontNews .sectionHeader {
		padding-right: 0;
		padding: .5ex 1.5ex;
	}
	#frontNews #sectionHeader {}
	#primary #content {
		padding: 0;
	}
	#homeFeatured article {
		padding-right: 0;
	}
}

@media screen and (max-width:780px) {
#content	article footer {margin: 1ex 1em;}
	#primary article .entry-content, #secondary {
		padding: 1ex 1em;
	}
	#primary article header {
		padding: 0 1em;
	}
	#primary, #secondary {
		float: none !important;
		max-width: 100%;
		width: 100%;
		padding: 0;
	}
	#site-title {
		float: left;
		margin: 1ex !important;
		min-width: 100px;
	}
	#arsPoetica {
		position: relative;
		margin-top: 1ex;
		display: inline;
	}
}
 @media screen and (min-width: 1280px) {  
     .xcol {display: inline-block; vertical-align: top;  width: 45%;    }
  .cols-3 {columns:3; column-gap: 0;  }
      }

@media screen and (max-width:590px) {
	#arsPoetica {
		display: inline-block;
	}
	#currentThemes.themecount_1 li, #currentThemes.themecount_2 li, #currentThemes.themecount_3 li, #currentThemes.themecount_4 li, #currentThemes.themecount_5 li {
		width: auto;
	}
	header #site-title, #access, #socialMediaColophon, #homeIntroHeader .site-title, #featurette {
		display: none;
	}
	#homeIntroHeader #arsPoetica {
		float: none;
	}
	#menu-primary-nav-container {
		position: absolute;
		top: 1px;
	}
	#access-holder .horizontalMenu {
		display: block !important;
	}
	#access-holder .horizontalMenu ul li a {
		font-size: 1.2em;
	}
	#currentThemes.horizontalMenu ul li {
		font-size: 16px;
	}
	#currentThemes.horizontalMenu li {
		text-align: left;
	}
	#topNav.horizontalMenu * {
		font-size: 18px;
	}
	#topNav.horizontalMenu div {
		display: inline-block;
		width: 66%;
	}
	#topNav.horizontalMenu {
		background-color: Black;
		border-bottom
	}
	#topNav.horizontalMenu li {
		display: block;
		padding: 1ex;
	}
	#topNav span.lang {
		display: inline-block !important;
		width: 33%;
		margin: 0;
		padding-left: 15px;
		text-align: left;
		font-size: 28px;
	}
	#currentThemes.horizontalMenu ul, #access-holder .horizontalMenu ul {
		margin: 0;
	}
	#currentThemes.horizontalMenu ul li, #access-holder .horizontalMenu ul li {
		width: 49% !important;
		display: inline-block !important;
		border: none;
		padding: .5ex !important;
		vertical-align: top;
	}
	#currentThemes.horizontalMenu {
		padding-left: 1ex;
		padding-bottom: 1.5ex;
	}
	#access-holder .horizontalMenu ul li, .horizontalMenu ul li a {
		width: auto;
		display: inline-block;
		float: none;
	}
	.horizontalMenu li ul.sub-menu {
		margin: 0
	}
	/* 	#access-holder .horizontalMenu ul.sub-menu li{display:block;float:none;margin-top:1px;} */
	#access-holder .horizontalMenu ul.sub-menu li {
		background-color: #333;
		margin: 0;
		padding: .3ex;
		line-height: 1.2;
		font-size: .8em;
	}
	#access-holder .horizontalMenu ul.sub-menu li a {
		display: inline;
	}
	#access-holder .horizontalMenu ul.sub-menu {
		/* 	background-color: Black;  */
		border-top: 1px dotted rgba(255, 255, 255, .5);
		border-bottom: 1px dotted rgba(255, 255, 255, .5);
		background-color: #333;
		;
		width: 100%;
		left: 0;
	}
	#access-holder {
		display: block;
	}
	#access-holder:hover #access {
		display: inline
	}
	#access ul li {
		display: block;
		float: none;
	}
	nav.horizontalMenu ul li:after {
		content: none;
	}
	nav.horizontalMenu li:last-child:after {
		content: none;
	}
	body.single .entry-content p, body.page .entry-content p {
		font-size: 15px
	}
	nav.horizontalMenu .simpleSearchForm {
		height: auto;
		width: 100%;
		margin: 10px 0;
		display: block;
		border-left: none;
		border-top: 1px dotted rgba(255, 255, 255, .5);
		border-bottom: 1px dotted rgba(255, 255, 255, .5);
		padding: 1ex 0;
	}
	nav.horizontalMenu .simpleSearchForm input[type="text"] {
		background-color: #242633;
	}
	.simpleSearchForm input {
		font-size: 16px !important;
	}
	.simpleSearchForm input[type="text"] {
		width: 60% !important;
		font-size: 18px !important;
		height: auto !important;
		padding: 5px !important;
	}
	#homeFeatured img, #frontNews article.has-post-thumbnail img.attachment-article-side {
		/* width: 160px; */
		float: right;
		height: auto;
		border: none;
	}
	nav#topNav.horizontalMenu, nav#topNav.horizontalMenu ul {
		padding: 0;
		margin: 0
	}
	nav#topNav {
		border-bottom: 1px dotted #446;
	}
	nav#topNav.horizontalMenu li {
		margin-left: 1ex
	}
	#homeFb {
		position: relative;
		margin: 0 !important;
	}
	#secondary.widget-area aside img:not(.mediaICO) {
		margin: auto;
		width: 100%;
	}
	.thumbwrapper {
		float: none;
	}
	.thumbwrapper img {
		float: right !important;
		border: 1px dotted #999;
		margin: 1ex;
	}
	#primary article.post {
		margin-bottom: 2em;
	}
}

@media screen and (max-width:400px) {
	#headerActionButtons {
		margin-top: 0 !important;
	}
	#headerActionButtons ul li {
		border: none !important;
		padding-bottom: 0 !important;
		box-shadow: none;
		background-color: transparent;
	}
	#homeIntroHeader * {
		overflow: hidden !important;
	}
	#arsPoetica {
		padding-right: 0;
		margin-top: .5ex;
	}
}

@media screen and (max-width:500px) {
	#homeFeatured img, #frontNews article.has-post-thumbnail img.attachment-article-side {
		width: 100%;
		float: none;
	}
}

mark.underlined {
	border-bottom: 2px solid Red;
	background-color: transparent;
}

.textbox, .textbox-right, .textbox-left {
	background-color: WhiteSmoke;
	padding: 1em;
	box-shadow: 0.5ex 0.5ex 0 rgba(0, 0, 0, .15);
	border: 1px solid #DDD;
	margin-bottom: 1ex;
}

.textbox p:last-child, .textbox-right p:last-child, .textbox-left p:last-child {
	margin-bottom: 0 !important;
}

.textbox {
	margin: 1em 0;
}

.textbox-right {
	float: right;
	width: 40%;
	margin-left: 1.5em;
}

.textbox-left {
	float: left;
	width: 33%;
	margin-right: 1.5em;
}

blockquote {
	font-size: 1.3em;
	border-left: 1px solid #999;
	padding: 0 0 0 1.5ex;
	margin: 1em 0 !important;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 1em;
}

/* banii si politica */

/*
	id RO: 7553
	id EN: 4737
*/

body.postid-4737 .entry-content, body.postid-7553 .entry-content {
	font-family: sans-serif !important;
}

body.postid-4737 h2, body.postid-7553 h2 {
	background-color: #F0F3FF;
	padding: 1ex;
	font-weight: normal;
	clear: both;
	border-bottom: 1px solid #CCC;
}

body.postid-4737 #content nav.horizontalMenu, body.postid-7553 #content nav.horizontalMenu {
	background-color: #F0F3FF;
	text-align: center;
	margin-bottom: 1em;
	margin-top: -1.5em;
	border-bottom: 2px solid #CCF;
}

body.postid-4737 #content nav.horizontalMenu ul.menu, body.postid-7553 #content nav.horizontalMenu ul.menu {
	padding: 1ex .5ex 1ex 2.5ex;
	font-size: 1.3em;
	width: 100%;
}

body.postid-4737 #content nav.horizontalMenu ul.menu li, body.postid-7553 #content nav.horizontalMenu ul.menu li {
	float: none;
	display: inline-block;
}

body.postid-4737 #content nav.horizontalMenu a, body.postid-7553 #content nav.horizontalMenu a {
	color: Black;
	text-shadow: none;
	font-weight: 500;
	border-bottom: 1px solid #CCF;
	padding-bottom: 0;
}

body.postid-4737 #content nav.horizontalMenu li:after, body.postid-7553 #content nav.horizontalMenu li:after {
	margin-left: 1em;
	color: #CCC;
	content: '  ';
}

body.postid-4737 #prezentari ul, body.postid-7553 #prezentari ul {
	list-style-type: none;
	padding-left: 0 !important;
	margin-left: 0 !important;
}

@media screen and (min-width:800px) {
	body.postid-4737 #prezentari ul li, body.postid-7553 #prezentari ul li {
		display: inline-block;
		Width: 33%;
		vertical-align: top;
	}
	body.postid-4737 .col-md-6, body.postid-7553 .col-md-6 {
		width: 46%;
		display: inline-block;
		vertical-align: top;
		margin-right: 2%;
	}
}

body.postid-4737 .col-md-6 h3, body.postid-7553 .col-md-6 h3 {
	margin-top: 2ex !important;
}

body.postid-4737 #prezentari ul li, body.postid-7553 #prezentari ul li {
	margin-bottom: 1em;
	padding-right: 3em;
	line-height: 1.2;
	clear: both;
}

body.postid-4737 #prezentari ul li img, body.postid-7553 #prezentari ul li img {
	float: left;
	width: 100px;
	margin-right: 1ex;
	margin-top: 1ex;
	border-radius: 50px;
	margin-bottom: 2ex;
}

body.postid-4737 #prezentari ul li h5, body.postid-7553 #prezentari ul li h5 {
	font-size: .9em;
	margin: .5ex 0;
	font-weight: normal;
}

body.postid-4737 #prezentari ul li a, body.postid-7553 #prezentari ul li a {
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	font-size: 1.1em;
}

body.postid-4737 #agenda h3, body.postid-7553 #agenda h3 {
	font-size: 22px;
	font-weight: normal;
	clear: both;
	margin-top: 3em;
	border-bottom: 1px solid #CCC;
}

body.postid-4737 #agenda p, body.postid-7553 #agenda p {
	font-size: 11px;
	margin: 0;
}

body.postid-4737 #agenda p.moderator, body.postid-7553 #agenda p.moderator {
	width: 100%;
	padding-left: 0;
	border-left: 0;
	font-size: 11px;
	color: #666;
}

body.postid-4737 #agenda h4, body.postid-7553 #agenda h4 {
	clear: both;
	padding-top: .5em;
	font-size: 20px;
	font-weight: normal;
	color: RoyalBlue;
	;
}

body.postid-4737 #agenda b:after, body.postid-7553 #agenda b:after {
	content: ' - ';
	font-weight: normal;
}

.mp-intro {
	margin-top: 2em;
}

.mp-intro p {
	font-size: 1.1em;
}

.gallery.gallery-size-thumbnail .gallery-item {
	width: auto !important;
	margin: 0 1ex 0 0;
	display: inline-block;
}

.gallery.gallery-size-thumbnail {
	clear: both;
	overflow: hidden;
}

.gallery.gallery-size-thumbnail br {
	display: none;
}

a.back-to-top {
	float: right;
	margin-right: 1ex;
	text-decoration: none;
	color: #339;
	font-weight: normal;
	background-color: rgba(255, 255, 255, .7);
	border: 1px solid #DDD;
	line-height: 1;
	padding: 5px 7px 0 5px;
	border-radius: 3px;
	text-shadow: -1px -1px 0 WhiteSmoke;
	box-shadow: 1px 1px 2px #CCC;
}

.embed_download a {
	font-weight: bold;
	display: inline-block;
	border: 1px solid #CCC;
	padding: 1ex 2ex;
}

iframe {
	max-width: 100%;
}

/*.hentry .entry-header .lang {opacity: .7;}*/

body.single .entry-header .entry-meta.breadcrumbs+h1.entry-title {
	display: block !important;
	margin-top: 1em;
	font-size: 24px !important;
}

.hentry .entry-header .lang:hover {
	opacity: 1;
}

body.ro_RO .hentry .entry-header .lang a:after {
	content: ' version';
	font-size: .8em;
}

body.en_UK .hentry .entry-header .lang a:before, body.en_US .hentry .entry-header .lang a:before {
	content: '\2192\00A0 ';
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

body.single-program #primary {
	max-width: 100%;
}

body.single-program #primary section.article-list.colz2 article img {
	width: 150px
}

.d-inline-block {
	display: inline-block;
	vertical-align: top;
}

.article-list.colz2 figure img {
	width: 130px !important;
	margin-right: 10px;
}

body.single-program .singleProgram article.type-program .entry-content p:first-child {
	font-size: 1.125em;
}

.donateBtn {color: black !important;  letter-spacing: 1px; 
	background: linear-gradient( #0000ffb8, #0000ff69 50%,     yellow 50%,  hsl(60 100% 45% / 1)); 
	padding: .5ex 1ex; border-radius: 5px; text-decoration: none; font-weight: bold; text-shadow: 1px 1px 0 white,  -2px 1px 1px rgba(255,255,255,.75);  , -1px -1px 0 white;  box-shadow: 1px 2px 4px rgba(0,0,0,.2); border: 1px solid white; font-size: 1.25em; }
.donateBtn:hover {  box-shadow: 1px 1px 2px rgba(0,0,0,.3);}

.xframezz { width: 90vw;  position: absolute; margin: 1em 5vw; left: 5px;}
