/*!
Theme Name: Blog delle Stelle
Author: Riccardo Tramonte
Author URI: https://riccardotramonte.it
Description: Blog ufficiale del Movimento 5 Stelle. Per qualsiasi informazione potete contattarmi a <a href="mailto:ricctram@gmail.com">ricctram@gmail.com</a>
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: bd5s

*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

.noScroll {
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	left: 0;
	top: 0;	
}

.disable-hover {
	pointer-events: none;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2rem;
	margin: 0.67em 0;
	line-height: 2.5rem;
	font-family: 'Trirong Semi Bold Italic', sans-serif;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	outline: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Include fonts
--------------------------------------------------------------*/

@font-face {
    font-family: 'Trirong Semi Bold Italic';
    src: local('Trirong Semi Bold Italic'), local('Trirong Semi Bold Italic'), url(assets/font/trirong/Trirong-SemiBoldItalic.ttf) format('truetype');
}

@font-face {
    font-family: 'Trirong Bold Italic';
    src: local('Trirong Bold Italic'), local('Trirong Bold Italic'), url(assets/font/trirong/Trirong-BoldItalic.ttf) format('truetype');
}

@font-face {
    font-family: 'Trirong Black Italic';
    src: local('Trirong Black Italic'), local('Trirong Black Italic'), url(assets/font/trirong/Trirong-BlackItalic.ttf) format('truetype');
}

@font-face {
    font-family: 'Exo 2 regular';
    src: local('Exo 2 regular'), local('Exo 2 regular'), url(assets/font/exo_2/Exo2-Regular.ttf) format('truetype');
}

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

ins.adsbygoogle { background: #f5f5f5; }

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	/* background: #3d3d3c url(assets/img/pattern_bg.png) repeat; */
	background: #e2e2e2 url(assets/img/pattern_bg.png) repeat;
	/* Fallback for when there is no custom background color defined. */
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	background: #ffffff;
	box-shadow: 3px 3px 0px #dddddd;
	border: 1px solid #dddddd;
}
thead,
tfoot {
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #dddddd;
	background: #f2f2f2;
}
tbody {}
th {
	padding: 10px;
	border-right: 1px solid #dddddd;
}
tr {}
td {
	padding: 5px 10px;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
form {
	margin-bottom: 20px;
}
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	background: #c2252e;
	color: #ffffff !important;
	font-size: 12px;
	font-size: 1em;
	line-height: 1;
	padding: 1em;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	text-align: center;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #c2252e;
	color: #6d0202;
	text-decoration: none;
}
.button:active, .button:focus,
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	position: relative;
	top: 3px;
	left: 3px;
	box-shadow: none;
	text-decoration: none;
}

.button:disabled,
button:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
	background: #cccccc;
	color: #999999 !important;
	cursor: not-allowed;
}


input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #e2e2e2;
	padding: 10px;
	width: 100%;
	box-shadow: 3px 3px 0px #dddddd;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="checkbox"] {
	margin-right: 5px;
}

select {
	border: 1px solid #e2e2e2;
	width: 100%;
}

textarea {
	display: block;
	width: 100%;
	box-shadow: 3px 3px 0px #dddddd;
}

/**
 * Newsletter form
 */

.newsletter-field {
	margin-bottom: 10px;
}
.newsletter-privacy {
	margin: 10px 0px;
}

/*--------------------------------------------------------------
# Errors
--------------------------------------------------------------*/

.alert,
#wppb_general_top_error_message,
.wppb-error,
.wppb-success,
.wppb-warning,
.wppb-info {
	background: #f5f5f5;
	padding: 10px 20px;
	margin-bottom: 20px;
}
.alert-warning,
.wppb-warning {
	border-left: 7px solid #ffa500;
}
.alert-success,
.wppb-success {
	border-left: 7px solid #008000;
}
.alert-error,
.wppb-error {
	border-left: 7px solid #be0000;
}
.alert-info,
.wppb-info {
	border-left: 7px solid #21759b;
}


/*--------------------------------------------------------------
# User forms
--------------------------------------------------------------*/
.wppb-user-forms ul {
	list-style: none;
	margin: 0;
	padding: 0px;
}

.wppb-user-forms ul li {
	margin-bottom: 20px;
}

.wppb-description-delimiter {
	font-size: .8rem;
}

.wppb-form-error {
	background-color: #FFDFDF;
	border: 1px dotted #C89797;
	margin-bottom: 6px !important;
	padding: 6px !important;
	font-size: .8rem;
	display: block;
}

#pass-strength-result {
	padding: 5px 10px;
	display: block;
	margin: 25px 0px;
	color: #ffffff;
	width: 200px;
	text-align: center;
	text-transform: uppercase;
	font-size: .8rem;
	background: #cccccc;
}
#pass-strength-result.short {
	background: #be0000;
}
#pass-strength-result.bad {
	background: #be0000;
}
#pass-strength-result.good {
	background: #ffa500;
}
#pass-strength-result.strong {
	background: #008000;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/* .posts-navigation {
	display: none;
} */
.page-load-status {
	display: none; /* hidden by default */
	padding-top: 20px;
	text-align: center;
	color: #777;
}
.loader-wheel {
	font-size: 64px; /* change size here */
	position: relative;
	height: 1em;
	width: 1em;
	padding-left: 0.45em;
	overflow: hidden;
	margin: 0 auto;
	animation: loader-wheel-rotate 0.5s steps(12) infinite;
  }
  
  .loader-wheel i {
	display: block;
	position: absolute;
	height: 0.3em;
	width: 0.1em;
	border-radius: 0.05em;
	background: #333; /* change color here */
	opacity: 0.8;
	transform: rotate(-30deg);
	transform-origin: center 0.5em;
  }
  
  @keyframes loader-wheel-rotate {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
  }


  .loader-ellips {
	font-size: 20px; /* change size here */
	position: relative;
	width: 4em;
	height: 1em;
	margin: 10px auto;
  }
  
  .loader-ellips__dot {
	display: block;
	width: 1em;
	height: 1em;
	border-radius: 0.5em;
	background: #c2252e; /* change color here */
	position: absolute;
	animation-duration: 0.5s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
  }
  
  .loader-ellips__dot:nth-child(1),
  .loader-ellips__dot:nth-child(2) {
	left: 0;
  }
  .loader-ellips__dot:nth-child(3) { left: 1.5em; }
  .loader-ellips__dot:nth-child(4) { left: 3em; }
  
  @keyframes reveal {
	from { transform: scale(0.001); }
	to { transform: scale(1); }
  }
  
  @keyframes slide {
	to { transform: translateX(1.5em) }
  }
  
  .loader-ellips__dot:nth-child(1) {
	animation-name: reveal;
  }
  
  .loader-ellips__dot:nth-child(2),
  .loader-ellips__dot:nth-child(3) {
	animation-name: slide;
  }
  
  .loader-ellips__dot:nth-child(4) {
	animation-name: reveal;
	animation-direction: reverse;
  }

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:visited {
	color: #c2252e;
	font-weight: bold;
}
a.color-default,
a.color-default:visited {
	color: #c2252e;
}
.entry-content a,
.entry-content a:visited {
	text-decoration: underline;
}
.entry-content a:hover,
.entry-content a:focus,
.entry-content a:active {
	text-decoration: underline;
}

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

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Common
--------------------------------------------------------------*/
.category-label {
	padding: 2px 5px;
	margin: 0px 2px;
	white-space: nowrap;
	line-height: 0.8rem;
	font-size: 0.7rem;
	display: inline-block;
	-webkit-backface-visibility : hidden;
	transform: skew(-20deg);
	-ms-transform: skew(-20deg); /* IE 9 */
	-webkit-transform: skew(-20deg); /* Safari e Chrome */
}
.category-label a:link,
.category-label a:visited {
	color: #ffffff;
	display: inline-block;
	-webkit-backface-visibility : hidden;
	transform: skew(20deg);
	-ms-transform: skew(20deg); /* IE 9 */
	-webkit-transform: skew(20deg); /* Safari e Chrome */
	text-decoration: none;
}
.category-label a:hover {
	text-decoration: none;
}
.social-box,
.vote-box {
	font-size: 1rem;
	line-height: 1.5rem;
	margin-right: 5px;
}
.social-box .icon,
.vote-box .icon {
	cursor: pointer;
}
.social-box span:first-child,
.vote-box span:first-child{
	margin-right: 3px;
}
.social-box .meta-values,
.vote-box .meta-values {
	border: 1px solid #3d3d3c;
	padding: 0px 8px;
	font-size: .8rem;
	text-align: center;
}
.social-box a,
.vote-box a {
	color: #3d3d3c;
	text-decoration: none;
}
.social-share {
	margin: 0px !important;
	cursor: pointer;
}
.block {
	display: block !important;
	width: 100%;
}
.inline {
	display: inline !important;
}
.inline-block {
	display: inline-block !important;
}
label[for="recaptcha_response_field"] {
	display: none;
}

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

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

.main-navigation ul ul {
	float: left;
	/* position: absolute;
	top: 100%;
	left: -999em; */
	z-index: 99999;
	width: 100%;
	display: none;
}

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

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

.main-navigation ul ul a {
	font-size: 1.1rem !important;
	padding: 4px 4px 4px 50px !important;
}

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

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

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

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

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

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

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.menu-utente i.fas {
	min-width: 20px;
}
#secondary-mob .menu-utente i.fas {
	min-width: 40px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

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

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-justify {
	text-align: justify;
}

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* .widget-area .widget:last-child {
	border-bottom: none;
} */
.widget {
	margin: 0 0 1.5em;
	/*border-bottom: 1px solid #e2e2e2;*/
	padding-bottom: 20px;
	/* Make sure select elements fit in widgets. */
}
.widget select {
	max-width: 100%;
}
.widget-title {
	font-size: 1em;
	font-family: 'Exo 2 regular', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: center;
	border: 1px solid #c2252e;
	padding: 7px 10px;
	border-right: none;
	border-left: none;
}
.widget ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.widget ul li {
	display: block;
}
.widget ul li a:link,
.widget ul li a:visited {
	color: #3d3d3c;
}

.widget_categories ul {
	padding: 5px;
}
.widget_categories ul li  {
	display: inline-block;
	margin: 5px;
}
.widget_categories ul li a:link,
.widget_categories ul li a:visited {
	background: #e2e2e2;
	padding: 10px 15px;
	white-space: nowrap;
	font-size: 0.8em;
	line-height: 1em;
	text-transform: uppercase;
	margin-left: -10px;
}

.widget .follow-us {
	text-align: center;
}
.widget .follow-us a:link,
.widget .follow-us a:visited {
	color: #3d3d3c;
	font-size: 1.3rem;	
}

.widget_search .search-form,
.search_wrapper .search-form {
	background: #f5f5f5;
	padding: 10px;
	position: relative;
}
#secondary-mob .widget_search .search-form,
#secondary-mob .search_wrapper .search-form {
	background: #3d3d3c;
}
.widget_search .search-form-wrapper,
.search_wrapper .search-form-wrapper {
	background: #ffffff;
}
#secondary-mob .widget_search .search-form-wrapper,
#secondary-mob .search_wrapper .search-form-wrapper {
	background: none;
}
.widget_search input.search-field, 
.search_wrapper input.search-field {
	width: 100%;
	background: transparent;
	border: none;
	padding: 5px 10px;
	box-shadow: none;
}
#secondary-mob .widget_search input.search-field,
#secondary-mob .search_wrapper input.search-field {
	color: #ffffff;
}
.search_wrapper input.search-field {
	padding: 15px 10px;
}
.widget_search button.search-submit,
.search_wrapper button.search-submit {
	border: none;
	background: none;
	box-shadow: none;
	padding: 10px;
}
.search-button {
	text-align: right;
}
.search-button i {
	color: #3d3d3c;
}
#secondary-mob .search-button i {
	color: #c2252e;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
/* .hentry {
	margin: 3em 0 1.5em;
} */
.updated:not(.published) {
	display: none;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 2.5em 0 0;
}
.entry-meta {
	margin-top: -1em;
	margin-bottom: 1em;
}
.social-box-wrapper {
	margin: 10px 0px;
}
.entry-footer {
	margin-bottom: 2em;
}
.single .post-thumbnail {
	margin-left: -36px;
}
.post-thumbnail img {
	width: 100%;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.posted-by,
.posted-on {
	margin-right: 10px;
}
.social-box-footer-wrapper {
		display:none;
	}

/*--------------------------------------------------------------
## Posts home page
--------------------------------------------------------------*/
.hentry-home {
	margin: 0 0 3em;
	position: relative;
	clear: both;
	float: left;
	width: 100%;
}
.entry-posts-title {
	padding: 40px 20px 0px;
	text-transform: uppercase;
}
.entry-posts-title:before {
	content: "/ / /";
	color: #c2252e;
	font-family: 'Trirong Semi Bold Italic', sans-serif;
	margin-right: 20px;
}
.entry-image-home {
	width: 650px;
	height: 350px;
	float: left;
}
.entry-image-home img {
	width: 650px;
	height: 350px;
}
.entry-image-home.left {
	float: right;
}
.entry-image-home.right {
	float: left;
}
.entry-content-home {
	width: 350px;
	height: 300px;
	background: #fff;
	background: rgba(255, 255, 255, 0.85);
	padding: 20px 20px 20px 40px;
	position: absolute;
	top: 25px;
	right: 0px;
	margin: 0 !important;
	border: 1px solid #e2e2e2;
}
.entry-content-home .triangle {	
	width: 0;
	height: 0;
	transform: rotate(180deg);
	border-bottom: 80px solid #c2252e;
	border-left: 30px solid transparent;
	position: absolute;
	top: -1px;
	left: -1px;
}
.entry-content-home.left {
	left: 0px;
}
.entry-content-home.right {
	right: 0px;
}
.entry-top-meta-home,
.entry-bottom-meta-home {
	font-size: .8em;
	margin-bottom: 10px;
}
.entry-post-author-home {
	font-size: .7rem;
	font-family: 'Exo 2 regular', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin-right: 10px;
	margin-bottom: 10px;
}
.entry-post-author-home span {
	text-transform: none;
	font-weight: normal;
	font-style: italic;
}
.entry-post-comments-home {
	font-size: .8em;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #c2252e;
	padding: 3px;
	white-space: nowrap;
	margin-top: 5px;
	display: inline-block;
}
.entry-post-comments-home a:link,
.entry-post-comments-home a:visited {
	text-decoration: none;
	color: #3d3d3c;
}
.entry-title-home a:link,
.entry-title-home a:visited {
	font-family: 'Trirong Bold Italic', sans-serif;
	font-size: .8em;
	line-height: 1.3;
	display: block;
	color: #3d3d3c;
	margin-bottom: 5px; 
	font-weight: normal;
}
h2.entry-title-home {
	line-height: 1.2em;
}
.entry-post-date-home {
	margin-right: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid #c2252e;
}
.entry-post-excerpt-home {
	font-size: .8em;
	margin-bottom: 10px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	display: block;
	width: 100%;
	box-shadow: 3px 3px 0px #ddd;
}
.comments-title {
	margin-bottom: 1em;
}
.comments-area ol {
	list-style: none;
	margin-left: 0;
	padding: 0px;
	margin-top: 20px;
}
.comments-area ol li {
	padding: 10px 20px;
	margin-bottom: 1em;
	border-left: 5px solid #f5f5f5;
	font-size: 0.9em;
	line-height: 1.4;
}
.comments-area ol li p {
	margin-bottom: 1em;
}
.comments-area textarea {
	box-shadow: 3px 3px 0px #ddd;
}
/* .comments-area ol li.odd {
	background: #f2f2f2;
}
.comments-area ol li.even {
	background: #f6f6f6;
} */
.comment-body {
	word-break: break-word;
}
.comment-respond {
	margin-top: 1em;
}
.comment-metadata a:link,
.comment-metadata a:visited {
	font-size: .8rem;
	text-decoration: none;
}
.comment-author img {
	border-radius: 20px;
	margin-right: 5px;
}
.comment-form-cookies-consent input {
	margin-right: 10px;
}
a.comment-reply-link:link,
a.comment-reply-link:visited,
a.comment-report-link:link,
a.comment-report-link:visited,
a.comment-vote-link {
	background: #f5f5f5;
	text-decoration: none;
	padding: 5px 10px;
	color: #666666 !important ;
	cursor: pointer;
}
.comment-reply-link:hover {
	text-decoration: none;
}
.comment-awaiting-moderation {
	background: #faebd7;
	padding: 3px 10px;
	font-size: .8em;
	margin: 10px 0px;
	display: inline-block;
	font-style: italic;
	}
.verified-comment-author {
	color: #008000;
}
.comment-note-after {
	font-size: .8rem;
	margin-top: -1em;
}
.comment-note-after-right {
	float: right;
}
#comment-char-counter-num {
	font-weight: bold;
	color: red;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}
.custom-logo {
	width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

.content-area {
	float: left;
	margin: 0 -25% 20px 0;
	width: 100%;
	}
.site-main {
	margin: 0 25% 0 0;
	}
.site-content .widget-area {
	float: right;
	overflow: hidden;
	width: 25%;
	padding: 16px 40px;
	font-size: 0.8em;
	line-height: 2em;
	}
.site-footer {
	clear: both;
	width: 100%;
	}
.no-sidebar .content-area {
	float: none;
	margin-left: auto;
	margin-right: auto;
	}
.no-sidebar .site-main {
	margin-right: 0;
	}
.site {
	margin:0 auto;
	box-shadow: 0px 0px 3px  #999999;
	-webkit-box-shadow: 0px 0px 3px  #999999;
	overflow: hidden;
	}
#secondary-mob {
	display: none;
}
	
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	padding-top:20px;
	position:relative;
	background: #ffffff;
	}
.home .site-header {
	border-bottom: none;
	padding-bottom: 0px;
}
.site-header-flag {
	background:transparent url(assets/img/banda-rousseau-3.png) no-repeat -1px top;
	position: absolute;
	top: -200px;
	left: 0px;
	min-height: 460px;
	min-width: 180px;
	z-index: 11;
}
.home .site-header-flag,
.single .site-header-flag {
	top: 0px;
}
.home .site-branding,
.single .site-branding {
	padding-left: 200px;	
	}
.home .site-branding {
	margin-bottom: 20px;
}
.site-branding {
	padding-left: 130px;
	}
.site-branding a {
	display: block;
	max-width: 450px;
	}
.logo-rousseau {
	text-align: right;
	}
.logo-rousseau a {
	display: block;
	}
.logo-rousseau img {
	max-height: 70px;
	}
.banner-telegram {
	margin: 20px 0px;
}

/*--------------------------------------------------------------
# Super sticky image
--------------------------------------------------------------*/

.super-sticky-thumb {
	position: relative;
	display: inline-block;
	display: contents;
}
.super-sticky-thumb img {
	width: 100%;
	max-height: 350px;
}
.super-sticky-triangle {
	width: 0;
	height: 0;
	border-bottom: 350px solid #fff;
	border-left: 100px solid transparent;
	position: absolute;
	bottom: -1px;
	right: 0px;
}
.super-sticky-text {
	padding: 0px 50px 0px 10px !important;
}
.super-sticky-title a:link,
.super-sticky-title a:visited {
	font-family: 'Trirong Semi Bold Italic', sans-serif;
	font-size: 26px;
	line-height: 32px;
	color: #3d3d3c;
	font-weight: normal;
}
.super-sticky-title a:hover {
	text-decoration: none;
}
.super-sticky-top-meta {
	font-size: 0.8em;
	margin-bottom: 10px;
}
.super-sticky-date {
	margin-right: 10px;
}
.super-sticky-category {
	color: #ffffff;
}
.super-sticky-author {
	margin: 10px 0px;
}
.super-sticky-author p {
	margin: 0px;
}
.super-sticky-author-avatar img.avatar {
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	margin-right: 10px;
	border: 4px solid #e2e2e2;
}
.super-sticky-author-name {
	text-transform: uppercase;
	font-weight: bold;
}
.super-sticky-author-name a, .sticky-post-author a, .entry-post-author-home a, .posted-by a{
	color: #000;
}
.super-sticky-author-role,
.sticky-post-author-role,
.archive-author-role {
	color: #737373;
	font-size: .7rem;
	text-transform: uppercase;
}
.super-sticky-bottom-meta {
	margin: 10px 0px;
}
.super-sticky-bottom-meta-comments {
	font-size: .7rem;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #c2252e;
	padding: 3px;
	white-space: nowrap;
}
.super-sticky-bottom-meta-comments a:link,
.super-sticky-bottom-meta-comments a:visited {
    text-decoration: none;
    color: #3d3d3c;
}
.super-sticky-excerpt {
	font-size: 0.9em;
	line-height: 1.6em;
	margin-right: 10px;
	text-align: justify;
}

/*--------------------------------------------------------------
## Flash News
--------------------------------------------------------------*/
.flashnews-wrapper {
	background:#ffffff;
	height: 50px;
	overflow: hidden;
	margin: 20px 0px;
}
.flashnews-label {
	background:#be0000;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.5em;
	padding: 5px 10px;
	text-align: center;
	height: 50px;
	line-height: 1.3em;
}
.flashnews-title-cont {
	font-size: 1.4em;
	font-weight: bold;
	border-right: 10px solid #be0000;
	padding-right: 30px;
	line-height: 1.1em;
	min-height: 50px;
	text-transform: uppercase;
	display: table;
	height: 100%;
}
.flashnews-title {
	display: table-cell;
	vertical-align: middle;
}
.flashnews-action a.button:link,
.flashnews-action a.button:visited {
	background:#be0000;
	color: #ffffff !important;
}

/*--------------------------------------------------------------
# Sticky post home page
--------------------------------------------------------------*/
#sticky-posts {
	padding: 20px;
	border: 30px solid #e2e2e2;
}
.sticky-posts-title {
	padding: 10px 0px;
	font-family: 'Trirong Semi Bold Italic', sans-serif; 
	text-transform: uppercase;
}
.sticky-posts-title:before {
	content: "/ / /";
	color: #c2252e;
	font-family: 'Trirong Semi Bold Italic', sans-serif; 
	margin-right: 20px;
}
.sticky-post-title a:link,
.sticky-post-title a:visited {
	font-family: 'Trirong Bold Italic', sans-serif;
	font-size: 1rem;
	line-height: 1.3;
	color: #3d3d3c;
	text-decoration: none;
	font-weight: normal;
	display: block;
}
.sticky-post-title a:hover {
	text-decoration: none;
}
.sticky-post-excerpt {
	font-size: 0.8em;
	margin-bottom: 5px;
}
.sticky-post-excerpt a,
.super-sticky-excerpt a,
.entry-post-excerpt-home a {
	font-weight: normal;
	color: #3d3d3c;
	text-decoration: none;
}
.sticky-post-meta-bottom {
	margin-bottom: 2px;
}
.sticky-post-meta {
	font-size: 0.8em;
	margin-bottom: 5px;
}
.sticky-post-date {
	margin-right: 5px;
}
.sticky-post-category {
	color: #ffffff;
}
.sticky-post {
	margin-bottom: 30px;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 30px;
}
.sticky-post:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}
.sticky-post-author {
	font-size: 0.8em;
	font-family: 'Exo 2 regular', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 10px;
	text-decoration: none;
}
.sticky-post-author a {
	text-decoration: none;
}
.sticky-post-author span {
	text-transform: none;
	font-weight: normal;
	font-style: italic;
}
.sticky-post-comments {
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #c2252e;
	padding: 3px;
	white-space: nowrap;
}
.sticky-post-comments a:link,
.sticky-post-comments a:visited {
	text-decoration: none;
	color: #3d3d3c;
}

/*--------------------------------------------------------------
# Menu bar
--------------------------------------------------------------*/
#overlay {
	transition: background-color .5s;	
	}
.overlay-disabled {
	background:transparent;
	}
.overlay-enabled {
	position:fixed;
	z-index: 1000;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color:rgba(0,0,0,0.4);
	transition: background-color .5s;
	}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1001;
	top: 0;
	right: 0;
	background-color: #c2252e;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

.sidenav a:link,
.sidenav a:visited {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 1.4rem;
	color: #ffffff;
	display: block;
	transition: 0.3s;
	white-space: nowrap;
}

.sidenav a:hover {
	color: #c2252e;
	background: #ffffff;
}

.sidenav a.closebtn {
	font-family: sans-serif;
	position: absolute;
	top: 0px;
	left: 25px;
	font-size: 36px;
	margin-right: 50px;
	padding-left:8px;
}
.main-navigation li {
	float:none;
	}
.main-navigation span {
	color: #3d3d3c;
	line-height: 1em;
}
#main {
	transition: margin-left .5s;
	padding: 16px;
	display: -ms-grid;
	display: grid;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-content {
	padding:20px;
	background:#ffffff;
	}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	padding:40px 20px;
	background:#c2252e;
	color:#e7e7e7;
	text-align: center;
	position: relative;
	}
.site-footer-triangle {
	width: 0;
	height: 0;
	border-bottom: 120px solid #ffffff;
	border-left: 40px solid transparent;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.site-footer a:link,
.site-footer a:visited {
	color:#e7e7e7;
	}
.footer-menu {
	list-style: none;
	padding: 0px;
	margin: 0px;

}
.footer-menu li {
	display: inline-block;
	margin: 0px 3px;
}
.site-info {
	font-size: .7rem;
}
.site-footer .follow-us {
	padding: 20px 30% 10px;
}

/**
 * Background header
 */
.bg-header-container {
	overflow: hidden;
}
.bg-header {
	margin-left: 20px;
	background: #e2e2e2;
	margin-bottom: 40px;
	text-align: right;
	padding-right: 20px;
	-webkit-backface-visibility: hidden;
	transform: skew(-20deg);
	-ms-transform: skew(-20deg);
	-webkit-transform: skew(-20deg);
	margin-right: -50px;
	border-left: 40px solid;
}
.bg-header h1 {
	color: #3d3d3c;
	display: inline-block;
	-webkit-backface-visibility: hidden;
	transform: skew(20deg);
	-ms-transform: skew(20deg);
	-webkit-transform: skew(20deg);
	padding-right: 60px;
	margin: 10px 0px;
}

/**
 * Author bio
 */
.author-profile-card {
	margin-bottom: 30px;
	border-bottom: 1px solid #f5f5f5;
	padding: 20px;
}
.author-bio {
	font-size: .8rem;
}
.author-photo {
	margin-bottom: 10px;
}
.author-photo img {
	box-shadow: 3px 3px 0px #dddddd;
	-webkit-box-shadow: 3px 3px 0px #dddddd;
}

/*--------------------------------------------------------------
# Attachments
--------------------------------------------------------------*/
.attachments-wrapper {
	margin-top:20px;
	}
ul.attachments {
	list-style:none;
	padding:0px;
	margin: 0 0 1.5em 0;
	}
	
/**
* Scrollup
*/
.scrollup {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	color: #ffffff;
	background-color: rgba(0,0,0,0.3);
	text-align: center;
	z-index: 9999;
}
.scrollup i:before {
	color: #ffffff;
}

/**
* Social footer
*/
.social-box-footer {
	/*width: 180px;*/
	height: 50px;
	position: fixed;
	bottom: 20px;
	left: 20px;
	display: none;
	color: #ffffff;
	background-color: rgba(0,0,0,0.3);
	text-align: center;
	z-index: 9999;
	}
.social-box-footer .social-box {
	width: 57px;	
	height: 50px;
	display: inline-block;
	margin: 0px;
	line-height: 50px;
	padding:0px;
	border:none;	
	}
.social-box-footer .social-box:focus {
	background-color: rgba(0,0,0,0.6);
	}
.social-box-footer .social-box .icon {
	font-size: 30px;
	line-height: 50px;
	}
/*--------------------------------------------------------------
# GDPR
--------------------------------------------------------------*/
.gdpr a:link,
.gdpr a:visited,
.gdpr button,
.gdpr .button,
.gdpr input[type="submit"] {
	color: #ffffff !important;
}
.gdpr-content a:link,
.gdpr-content a:visited {
	color: #c2252e !important;
}
.gdpr.gdpr-privacy-bar, .gdpr.gdpr-reconsent-bar {
	background: #3d3d3c !important;
}
.gdpr.gdpr-privacy-bar .gdpr-agreement,
.gdpr.gdpr-reconsent-bar .gdpr-agreement {
	background: #c2252e;
	color: #ffffff !important;
	box-shadow: none;
	-webkit-box-shadow: none;
	border:none;
	text-shadow: none;
	}
.gdpr.gdpr-privacy-bar .gdpr-agreement:hover,
.gdpr.gdpr-reconsent-bar .gdpr-agreement:hover {
	color: #ffffff !important;
	}
.gdpr.gdpr-privacy-bar .gdpr-agreement:before,
.gdpr.gdpr-reconsent-bar .gdpr-agreement:before {
	border:none !important;
	box-shadow: none !important;
	top: 0px;
	bottom: 0px;
	left: -1px;
	}
.fb-video span,
.fb_iframe_widget span,
.fb_iframe_widget_fluid_desktop span,
.fb_iframe_widget_fluid span {
width: auto !important;
}